DELETE
/
customer
/
by-id
Delete customer
curl --request DELETE \
  --url https://api.keymint.dev/customer/by-id \
  --header 'Authorization: Bearer <token>'
{
  "action": "removeCustomer",
  "status": true,
  "code": 0
}

Authorizations

Authorization
string
header
required

Access token for API authentication

Query Parameters

customerId
string
required

The unique identifier of the customer to delete

Response

200
application/json

Customer deleted successfully

The response is of type object.