Delete Message
delete_messageDelete a Messenger message using its thread and message IDs. Validates identity and handles removal, reporting errors if deletion is unsupported.
Instructions
Delete (unsend) a Messenger message as the active (or specified) identity.
Validates the ids, checks the identity's posting limits, records the attempt, and deletes via the legacy Mercury endpoint. Fails honestly if deletion is decommissioned for the account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to delete | |
| thread_id | Yes | Conversation id | |
| account_id | No | Optional stored identity id (default: active) | |
| message_id | Yes | The message id to delete (from get_conversation_messages) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||