curl --request DELETE \
--url https://api.example.com/clients/:id{
"error": false,
"msg": "Client deleted successfully"
}
Delete a client from the system
curl --request DELETE \
--url https://api.example.com/clients/:id{
"error": false,
"msg": "Client deleted successfully"
}
This endpoint deletes a client from the system. If the client has associated sales orders, the deletion will fail due to foreign key constraints.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/andreguti9190/Sistema-de-gestion-de-ventas--Nodejs/llms.txt
Use this file to discover all available pages before exploring further.
Show Sale Object
{
"error": false,
"msg": "Client deleted successfully"
}