Delete a resource
A Resource can be deleted subject to relevant permissions by sending a DELETE
request to
/resources/<resourceId>.json
.
DELETE /resources/<resourceId>.json
Possible responses
Code | Description |
---|---|
200 | OK Resource deleted successfully. |
400 | Bad Request The resourceId supplied is not a valid UUID |
403 | Authentication Failure The user making the request is not authenticated |
404 | Not Found The resource either does not exist or the user does not have the permission to delete. |
Last updated
This article was last updated on April 23rd, 2019.You can also find the latest OpenAPI 2.0 specifications directly on the dedicated repository.
OpenAPI Specs repository