Delete Attachment
keychain_delete_attachmentDelete a file attachment from a Bitwarden vault item by providing the item's ID and attachment ID. This permanently removes the attachment and returns the updated item summary.
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. | |
| reveal | No | Whether secret values are returned; default false and can be forced false by NOREVEAL. | |
| attachmentId | Yes | Attachment id returned by item metadata, or an unambiguous filename selector for downloads. |