Delete Attachment
keychain_delete_attachmentDelete an attachment from a Bitwarden vault item using itemId and attachmentId. Returns the updated item summary with normal redaction rules.
Instructions
Delete an attachment from its parent item using itemId plus attachmentId. The attachment id comes from item attachment metadata; this is destructive for that attachment and then refetches the parent item. Returns the updated item summary with normal redaction rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Parent Bitwarden item id for attachment or item-specific operations. | |
| attachmentId | Yes | Attachment id returned by item metadata, or an unambiguous filename selector for downloads. | |
| reveal | No | Whether secret values are returned; default false and can be forced false by NOREVEAL. |