v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Channels

Delete a channel

Deletes an existing messenger’s channel and all related entities (conversations and messages). 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/{id}

Path parameters

idstring required

The ID of the channel provided by the integration

Response

The channel was deleted

successboolean

Example response

{
  "success": true
}