Skip to Content
Delete a signing key
del

Deletes an existing signing key. Use with caution, as this will invalidate any existing signatures and no JWTs can be signed using the key again.

Request path & query params
SIGNING_KEY_ID
string

The ID of the signing key.

del
204
/system/v1/signing-keys/{SIGNING_KEY_ID}