deleteConversation
Permanently deletes a Conversation. It cannot be undone. Also immediately deletes corresponding Messages.
DELETE
/v1/chat/conversations/{id}Authorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Path parameters
idstringrequiredConversation id
Response
Returns the Conversation object that was deleted