Skip to main content
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

Customer deleted successfully

action
string
status
boolean
code
integer
I