delete_key
Remove a key pair from the keystore using its unique key ID, with optional secure wipe to overwrite key files before deletion.
Instructions
Delete a key pair from the keystore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | Unique key identifier | |
| secureWipe | No | Overwrite key file with random data before deletion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | The deleted key ID | |
| success | Yes | Whether deletion was successful |