Skip to main content
POST
Delete a customer

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Update a customer

subMerchantId
string

Unique identifier of the submerchant.

customerId
string

Unique identifier of the customer.

Response

200 - application/json

Customer deleted successfully.

subMerchantId
string

Unique identifier of the submerchant.

customerId
string

Unique identifier of the customer.

Last modified on July 14, 2026