delete_ticket_attachment
Deletes a ticket attachment, moving it to trash for 30 days and freeing storage quota immediately. Since restore happens only in the web app, an agent should treat the deletion as final.
Instructions
Remove a file from a ticket. This is the same one-way-but-recoverable move archive_ticket makes: the attachment leaves the ticket immediately and its bytes sit in the workspace trash for 30 days, after which the sweep destroys them. There is no tool here to restore one — that is the web app — so treat it as final in an agent's hands. The freed bytes stop counting against the workspace's storage quota straight away. An attachment already deleted, still uploading, or on a ticket this key cannot open are all the same 404, so this never confirms that a file existed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_uuid | Yes | The ticket's uuid, from list_tickets, get_board or search | |
| attachment_uuid | Yes |