Delete a key
DELETE/v1/key/:keyName
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deletes the key identified by 'keyName' from the HSM. This endpoint is deprecated.
If 'keyName' contains reserved HTTP characters (as defined in RFC 3986 — e.g., ; / ? : @ & = + $ , #), use POST /key/deleteKey instead, since reserved characters may cause issues with URL parsing.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 501
Successful Operation
Client Error
Request refused
Resource not found
Server Error
Implementation Error