Skip to main content

Delete a cloud API key of a merchant

DELETE 

/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

Loading...