channels_delete
Delete a messenger channel and permanently remove all its conversations and messages. Use this to clean up channels from the Messenger integration.
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) |