deleteConversation

Permanently deletes a Conversation. It cannot be undone. Also immediately deletes corresponding Messages.

DELETE/v1/chat/conversations/{id}

Authorization

AuthorizationBearerrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias

Path parameters

idstringrequired
Conversation id

Response

Returns the Conversation object that was deleted