deleteConversation

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

DELETE/v1/chat/conversations/{id}

Authorization

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

Header parameters

x-bp-authenticated-principalstring
Authenticated principal. Injected by the authentication middleware.
x-bot-idstring
Bot id
x-integration-id?string
Integration id
x-integration-alias?string
Integration alias

Path parameters

idstring
Conversation id

Response

Returns the Conversation object that was deleted