Move articles to trash
POST {{baseUrl}}/api/v1/articles/moveToTrash
This API moves articles to the Recycle Bin
OAuth Scope
Desk.articles.DELETE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
ids (required) | <list> | Array of Entity id to be deleted |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":"true","id":"2345678987654323","errors":null},{"success":"false","id":"3456789087654567","errors":{"errorCode":"FORBIDDEN","httpCode":"403"}}]}