Skip to main content

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

Body

    confirm stringrequired

    Confirmation string that must be set to "DELETE" to confirm the deletion

Responses

Key deleted successfully

Response Headers
    Loading...