delete_post
Delete a post you authored in a chat. Provide the chat ID and post number to remove it.
Instructions
Delete a post.
Args: chat_id: Numeric chat ID. post_no: Post number to delete (must be authored by the token's user).
Returns: ToolResponse confirming the delete and the resulting is_deleted flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| post_no | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |