Permanently delete comments
DELETE {{baseUrl}}/api/v1/communityComments
This API permanently deletes comments from the trash of your help desk portal.
OAuth Scope
Desk.community.DELETE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
commentIds (required) | <JSONArray> | Array of comment ids |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":"true","id":"103417000000528003","errors":"null"},{"success":"true","id":"103417000000528006","errors":"null"},{"success":"false","id":"103417000000528008","errors":{"errorCode":"FORBIDDEN","httpCode":"403"}}]}