Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer {token} | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| jwkName | string | Yes | Name of the JWK to delete |
Response
Success Response (200 OK)
Error Response (400 Bad Request)
cURL Example
Notes and Warnings
-
Undeployment:
- JWK is automatically undeployed from all environments before deletion
- Undeployment results are returned in the response
-
Dependencies:
- Ensure no policies or configurations reference this JWK before deletion
- Deleting a JWK may break policies that depend on it
-
Permanent Action:
- Deletion is permanent and cannot be undone
- Make sure to backup important JWKs before deletion
Permissions
User must haveSECRETS + MANAGE permission in the project. For undeployment operations (when undeploying JWKs from environments), user must also have SECRETS + DEPLOY_UNDEPLOY permission.
Related Documentation
- List JWKs - List all JWKs
- Get JWK - Get a specific JWK
- Create JWK - Create a new JWK

