clickup_chat_message_delete
Permanently delete a message from a ClickUp chat channel or direct message thread. This action removes the message and all threaded replies for all viewers. Only the message author or workspace administrator can perform this deletion.
Instructions
Permanently delete a message from a ClickUp chat channel or DM thread. Destructive and irreversible — the message and its threaded replies are removed for all viewers. Only the message author or a workspace admin can delete; other users will get a 403. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ID of the message to delete. Obtain from clickup_chat_message_list (field: id) or clickup_chat_reply_list. | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |