delete_message
Soft-delete a sent or received message: it hides from inbox, search, filters, and counters but stays in threads for reply chains. Blocks deletion of open actions or pending approvals.
Instructions
Soft-delete a message you sent or received: it becomes a tombstone — invisible to inbox, search, filters and counters, but kept inside get_thread so reply chains never break. Acks and lifecycle events are kept as history. Refuses to delete: messages you are not a party to; approval records (approved_by) of pin versions; OPEN action_required messages (resolve a debt first — deletion must not silently close it); and resolved-but-unconfirmed ones (the other side still sees them in resolved_for_you — confirm_resolution or reopen first, deletion must not silently clear pending verification).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||