Deletes conversations, including the chat metadata and the chat transcript.
LibraryH3lp supports cookie-based authentication. To learn more, you can read the details on authentication.
Requests are served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
/2011-12-03/conversations/delete-conversations
Not supported.
Deletes the specified conversations.
You must POST using the following parameters:
Parameter | Description |
---|---|
ids | A comma-separated list of conversation ids to delete. |
Returns a JSON response with the following properties:
Property | Description |
---|---|
success | Boolean indicating if the request was successful. |
message | Optional. If success is null, message is a string describing the reason for the failed request. |
POST /2011-12-03/conversations/delete-conversations
ids=1,3,4
{
"success": true
}
Not supported.
Not supported.