Conversations
Delete Conversation
Permanently deletes a conversation and all associated data, including messages and uploaded files from storage.
DELETE
/
conversation
/
{conversationId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversationId
string
requiredID of the conversation to be deleted.
Response
200 - application/json
success
boolean
message
string
Was this page helpful?