channels_delete
Permanently delete a messenger channel and all its conversations and messages. Provide the channel ID to complete the action.
Instructions
Delete an existing messenger's channel and all related entities (conversations and messages).
This endpoint requires the Messengers integration OAuth scope and the Messaging manifest ready for the Messaging app extension.
Warning: This action cannot be undone. The channel and all related conversations and messages will be permanently deleted.
Required fields:
id: The ID of the channel provided by the integration
Example: { "id": "e283f878-7ef9-4294-8e5c-04a7d003fd92" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the channel to delete (required) |