b2_delete_key
Permanently delete a B2 application key to revoke access immediately. Verify the key ID with b2_list_keys first; deletion is irreversible and anything using the key loses access.
Instructions
Permanently delete a B2 application key. Use b2_list_keys first to verify applicationKeyId, keyName, capabilities, and dependent systems; use b2_create_key before deletion when rotating credentials. Requires deleteKeys and destructive confirmation by policy. The key secret cannot be recovered, and anything still using the deleted key loses access immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Fallback confirmation for this destructive/irreversible operation when the effective server destructive policy is 'confirm' and MCP elicitation cannot run. | |
| applicationKeyId | Yes | Exact application key ID to delete; use b2_list_keys to look it up. |