Delete a Customer

Delete a specific customer from the system.

DELETE https://api.platica.mx/v1/clients/{id}

URL parameters

ParameterTypeDescriptionRequired
idstringEither the customer ID or their phone number in E.164 format without +

Response

{
  "status": "success",
  "message": "Client deleted successfully"
}