Delete topic.

Resource url

https://Your project.userecho.com/api/v2/topics/[topic_id].json

Parameters

Parameter Value Required? Options Description
comment String no Description for a user why his topic was deleted

Please note, user cannot delete his topic posted more than 2 hours ago. To delete this topic via API you have to do a call with support agent account.

Request example #1

{}

Request example #2

{
    "comment" : "Message to the topic's author", 
}

Response example

{
    "status": "success",
}
© 2023 Stamul, LLC. All rights reserved.