Skip to main content

Delete a cloud API key of a merchant

DELETE 

https://portal.handpoint.com/partner/cloudpos/partner/:partnerId/merchant/:merchantId/keys/:keyName

Deletes a cloud API key from a merchant.

Request

Path Parameters

    partnerId PartnerIDrequired

    Possible values: non-empty and <= 50 characters

    Your partner ID.

    merchantId MerchantIDrequired

    Possible values: non-empty and <= 20 characters

    ID of the merchant.

    keyName stringrequired

    Name of the API key to be deleted.

Responses

OK

Authorization: http

name: BearerAuthtype: httpscheme: bearerbearerFormat: JWT
curl -L -X DELETE 'https://portal.handpoint.com/partner/cloudpos/partner/:partnerId/merchant/:merchantId/keys/:keyName' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://portal.handpoint.com
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!