POST Comments
Reset Conversation
CANNOT BE UNDONE.
CANNOT BE UNDONE. This deletes all history of a conversation including all comments and replies within it.
URL Arguments
- comment_conversation_id : (required) The ID of the comment conversation, URL ENCODED.
Request
Parameters
Values in the path and query string.
appid path string TalkLabs ID required
The TalkLabs application ID assigned to your account.
Example:your-app-id conversationId path string TalkLabs ID required
The TalkLabs assigned conversation ID.
Example:conversation-id Response
Status codes
Every JSON response uses the API result envelope.
200 OK ApiResult 400 Bad Request ApiResult 403 Forbidden ApiResult 404 Not Found ApiResult 500 Internal Server Error ApiResult Example response · 200
{
"message": "The specified conversation and all comments were permanently deleted.",
"errors": {},
"data": {
"kind": "delete.conversation",
"conversationid": "api-conversation-demo1",
"userid": null,
"deletedconversations": 1,
"deletedcomments": 17
}
}