Skip to main content
DELETE
/
v1
/
customers
/
{customerId}
Deactivate a customer
curl --request DELETE \
  --url https://api.yuvexpay.com/v1/customers/{customerId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API access token obtained from POST /oauth/token. Include as Authorization: Bearer {token}.

Path Parameters

customerId
string<uuid>
required

The customer ID.

Response

Customer deactivated.

message
string