Deleting Resources
DELETE operations delete the resource with the ID specified in the path and do not require a model. Because DELETE methods run without any confirmation, take care that the operations are used as intended. When a DELETE operation is successful, it returns only the HTTP Response code of 204, No Content. No model is returned.
For example, the following deletes the Solution with the ID ec312f57-c4ab-46fb-b109-2c0022b01c0d:
DELETE https://api.scribesoft.com/v1/orgs/12345678/solutions/ec312f57-c4ab-46fb-b109-2c0022b01c0d
See