- URL:
- https://<root>/uploads/<uploadID>/delete
- Methods:
POST- Version Introduced:
- 12.0
Description
The delete operation deletes the uploaded item and its configuration.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample POST request for the delete operation:
POST /<context>/admin/uploads/if4582d33-f10a-41fe-85bc-cf2e2880c46e/delete HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjsonJSON Response example
{"status": "success"}