delete_dm_message
Permanently delete a direct-message by specifying the DM identifier and message ID. This action removes the message permanently.
Instructions
Permanently delete a direct-message message. The dm argument accepts either the DM _id or a participant display name; a name resolves only to a one-to-one DM with the authenticated account. This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dm | Yes | a string that will be trimmed | |
| messageId | Yes | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |