Delete a Customer
Delete a specific customer from the system.
DELETE https://api.platica.mx/v1/clients/{id} URL parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
id | string | Either the customer ID or their phone number in E.164 format without + | ✓ |
Response
{
"status": "success",
"message": "Client deleted successfully"
} Precaución
This operation cannot be undone. Once a customer is deleted, all their associated data is permanently removed from the system.