Delete an AWS CloudHSM key using keytool - AWS CloudHSM

Delete an AWS CloudHSM key using keytool

The AWS CloudHSM key store doesn't support deleting keys. You can delete keys using the destroy method of the Destroyable interface.

((Destroyable) key).destroy();