drafts_delete
Delete a draft from Slack, automatically resolving timestamp conflicts to prevent errors.
Instructions
Delete a draft (undocumented session endpoint).
If client_last_updated_ts is omitted, the latest timestamp is fetched automatically from drafts.list to avoid conflict errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | ID of the draft to delete. | |
| client_last_updated_ts | No | The draft's last-updated timestamp (7-decimal-place Slack draft ts). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||