Skip to main content

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Notes

  • Credential must exist
  • Credential must have a JWK assigned for decryption and encryption, otherwise the operation returns an error

Response

Success Response (200 OK)

Error Response (400 Bad Request)

Error Response (401 Unauthorized)

Error Response (404 Not Found)

cURL Example

Notes and Warnings

  • Credential Requirements:
    • Credential must exist
    • Credential must have a JWK assigned for decryption and encryption, otherwise the operation returns a 400 error
  • Automatic Deployment:
    • Credential is automatically deployed to all environments after JWK removal
    • Deployment results are returned in the response
  • No Impact on JWK:
    • The JWK itself is not deleted
    • Only the assignment to the credential is removed
  • Impact on JWT Operations:
    • Removing JWK may affect JWT decryption and encryption operations
    • Ensure alternative JWK is configured if needed

Permissions

  • User must have IDENTITY + MANAGE permission in the project
  • For automatic deployment, user must also have IDENTITY + DEPLOY_UNDEPLOY permission