Deleting Orders
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/123
statuscode 200
deleted entity successfully
statuscode 404
entity not found