Delete Item
keychain_delete_itemDelete a vault item by ID. Soft delete to trash by default, or set permanent=true for immediate removal.
Instructions
Delete a vault item by id. By default this is a soft delete to trash and can be restored with restore_item; set permanent=true to hard delete through bw. Returns only the requested id, not the deleted item contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| permanent | No | Hard delete immediately when true; omit or false to soft-delete to trash. |