Delete resources from Recycle Bin
POST {{baseUrl}}/v1/recycleBin/delete
This API permanently deletes the resources specified in the API request. Additionally, the child resources are also permanently deleted.
OAuth Scope
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
ids (required) | <list> | Array containing the IDs of the resources to delete. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":true,"id":"4000000056156","errors":null},{"success":false,"id":"232323","errors":{"errorMessage":null,"errorCode":"UNPROCESSABLE_ENTITY","httpCode":"422"}},{"success":false,"id":"3213123","errors":{"errorMessage":null,"errorCode":"UNPROCESSABLE_ENTITY","httpCode":"422"}},{"success":false,"id":"40000000561232","errors":{"errorMessage":null,"errorCode":"FORBIDDEN","httpCode":"403"}}]}