cURL
curl --request DELETE \ --url https://api.keymint.dev/customer/by-id \ --header 'Authorization: Bearer <token>'
{ "action": "removeCustomer", "status": true, "code": 0 }
Permanently deletes a customer and all associated license keys. This action cannot be undone.
Access token for API authentication
The unique identifier of the customer to delete
Customer deleted successfully
The response is of type object.
object