channels_delete_conversation
Permanently delete a conversation and all its messages from a specific channel using the channel ID and conversation ID.
Instructions
Delete an existing conversation from a channel.
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 conversation and all its messages will be permanently deleted.
Required fields:
channel_id: ID of the channel
conversation_id: ID of the conversation to delete
Example: { "channel_id": "e283f878-7ef9-4294-8e5c-04a7d003fd92", "conversation_id": "063ffa46-831c-4027-a04c-b65e17f077b7" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID of the channel (required) | |
| conversation_id | Yes | ID of the conversation to delete (required) |