Eliminar un cliente
Headers
Name
Type
Description
{
"success": true,
"data": {
"uid_client": "CL-0044"
}
}{
"success": false,
"error": {
"status": 404,
"type": "NOT_FOUND",
"userMessage": "No existe un cliente con este número."
}
}curl --location --request DELETE "https://api.persat.com.ar/v1/clients/CL-0044" \
--header "Authorization: Bearer YOUR_API_KEY"Last updated