bugherd_delete_attachment
Permanently delete an attachment from a BugHerd project task. Provide project, task, and attachment IDs to remove the file.
Instructions
⚠️ DESTRUCTIVE: Delete an attachment permanently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The BugHerd project ID | |
| task_id | Yes | The task ID | |
| attachment_id | Yes | The attachment ID to delete |