Delete key
DELETE/v2/config/digital-wallet/openid/key-management/keys/:keyId
Deletes a cryptographic key by its identifier. Requires confirmation by sending "DELETE" in the request body.
Request
Path Parameters
keyId stringrequired
Unique identifier of the key
- application/json
Body
confirm stringrequired
Confirmation string that must be set to "DELETE" to confirm the deletion
Responses
- 204
- 401
- 500
Key deleted successfully
Response Headers
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...