Skip to main content

Delete Web Key

DELETE 

/v2beta/web_keys/:id

Delete a web key pair. Only inactive keys can be deleted. Once a key is deleted, any tokens signed by this key will be invalid. Note that the JWKs OIDC endpoint returns a cacheable response. In case the web key is not found, the request will return a successful response as the desired state is already achieved. You can check the change date in the response to verify if the web key was deleted during the request.

Required permission:

  • iam.web_key.delete

Required feature flag:

  • web_key

Request​

Path Parameters

    id stringrequired

Responses​

Web key deleted successfully.

Schema

    deletionDate date-time

    The timestamp of the deletion of the key. Note that the deletion date is only guaranteed to be set if the deletion was successful during the request. In case the deletion occurred in a previous request, the deletion date might be empty.

Loading...