itglue_delete_attachment
Delete an attachment from a parent resource like organization or configuration. Requires confirmation token 'DELETE_ATTACHMENT' to proceed.
Instructions
Delete an attachment from a parent resource. Destructive — requires confirm: "DELETE_ATTACHMENT".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentType | Yes | Parent resource type that owns the attachment. | |
| parentId | Yes | Parent resource id. | |
| id | Yes | Attachment id to delete. | |
| confirm | Yes | Required safety token. Pass "DELETE_ATTACHMENT" verbatim to acknowledge this destructive operation. Without it the call is refused. |