Delete Attachment
keychain_delete_attachmentDeletes an attachment from a Bitwarden item using itemId and attachmentId, then returns the updated item summary with normal redaction rules applied.
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. |