Skip to main content
DELETE
/
api
/
acuerdos
/
:id
curl -X DELETE https://api.iclcotizaciones.com/api/acuerdos/15 \
  -H "Cookie: session=your_session_token"
{
  "ok": true
}
Deletes a commercial agreement. This endpoint requires admin permissions.
Admin Only: Only users with admin roles (DIRECTOR, GERENTE) can delete commercial agreements. This action is permanent and cannot be undone.

Path Parameters

id
integer
required
The unique identifier of the commercial agreement to delete
curl -X DELETE https://api.iclcotizaciones.com/api/acuerdos/15 \
  -H "Cookie: session=your_session_token"
{
  "ok": true
}

Build docs developers (and LLMs) love