delete_key
Delete a key pair from the local keystore. Optionally enable secure wipe to overwrite the key file with random data before removal.
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 |
|---|---|---|---|
| success | Yes | Whether deletion was successful | |
| keyId | Yes | The deleted key ID |