deleteConversation
Permanently deletes a Conversation. It cannot be undone. Also immediately deletes corresponding Messages.
DELETE
/v1/chat/conversations/{id}Authorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bp-authenticated-principalstringAuthenticated principal. Injected by the authentication middleware.
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
Path parameters
idstringConversation id
Response
Returns the Conversation object that was deleted