i
DELETE method
The DELETE method is used to delete a resource contained within the operation url.
•It uses the HTTP DELETE verb.
•The url contains the collection name and id of the resource to be deleted.
•There is no request body.
•There is no response body.
Example: Deletion of instance with Id = 93 from the "Account" form.
DELETE /forms/CRM_ACCOUNT/instances/93