Deleting Orders
⚠️ Deprecated: This endpoint is part of the Legacy REST API which will be retired on May 12, 2026. Migrate to GraphQL →
DELETE (/api/v2/crm/opportunities/(int: id)
Using curl:
curl -k -u <username>:<password> \
-X DELETE \
https://YOUR-SUBDOMAIN.administrateapp.com/api/v2/crm/opportunities/123statuscode 200
deleted entity successfully
statuscode 404
entity not found