Skip to main content

Delete a merchant

DELETE 

/partner/partner/:partnerId/merchant/:merchantId

This endpoint will delete the merchant profile from the terminal management system. If the merchant has terminals assigned when trying to delete it, you will receive an error. Terminals assigned to the merchant first need to be unassigned before the merchant can be deleted.

Request

Path Parameters

    partnerId PartnerIDrequired

    Possible values: non-empty and <= 50 characters

    Your partner ID.

    merchantId MerchantIDrequired

    Possible values: non-empty and <= 20 characters

    The ID of the merchant to be deleted.

Responses

OK

Loading...