Permanently delete topics

DELETE {{baseUrl}}/api/v1/communityTopics

This API permanently deletes forum topics from the trash.

OAuth Scope

  • Desk.community.DELETE

Attributes

Attribute NameData TypeDescription
topicIds (required)<JSONArray>
IDs of the topics that must be approved

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;success&quot;:&quot;true&quot;,&quot;id&quot;:&quot;103417000000528003&quot;,&quot;errors&quot;:&quot;null&quot;},{&quot;success&quot;:&quot;true&quot;,&quot;id&quot;:&quot;103417000000528006&quot;,&quot;errors&quot;:&quot;null&quot;},{&quot;success&quot;:&quot;false&quot;,&quot;id&quot;:&quot;103417000000528008&quot;,&quot;errors&quot;:&quot;null&quot;}]}