delete_account_ssh_key
Remove an SSH key from your account to revoke access. Requires explicit confirmation as the action is irreversible.
Instructions
Delete an account-wide SSH key. Requires scope account:write. IRREVERSIBLE: removes an access credential from the account (the key must be re-added to use it again). Pass confirm:true only after the user has explicitly approved. id comes from list_account_ssh_keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | SSH key id from list_account_ssh_keys. | |
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. |