Deletes transcripts for conversations. Chat metadata is left intact.
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-transcripts
Not supported.
Deletes the transcripts for the specified conversations.
You must POST using the following parameters:
Parameter | Description |
---|---|
ids | A comma-separated list of conversation ids for which to delete transcripts. |
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-transcripts
ids=1,3,4
{
"success": true
}
Not supported.
Not supported.