Delete Web Key
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
curl -X DELETE "https://loading/v2/web_keys/string"{
"deletionDate": "2023-01-15T01:30:15.01Z"
}Was this page helpful?
Create Web Key
Create Web Key: Generate a private and public key pair. The private key can be used to sign OIDC tokens after activation. The public key can be used to validate OIDC tokens. The newly created key will have the sta...
List Web Keys
List Web Keys: List all web keys and their states. Required permission: