v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Channels

Delete a conversation

Deletes an existing conversation. To use the endpoint, you need to have Messengers integration OAuth scope enabled and the Messaging manifest ready for the Messaging app extension.

delete/channels/{channel-id}/conversations/{conversation-id}

Path parameters

channel-idstring required

The ID of the channel provided by the integration

conversation-idstring required

The ID of the conversation provided by the integration

Response

The conversation was deleted

successboolean

Example response

{
  "success": true
}