Remove a signing key from a project. Only possible if the key has been in revoked status for a while.
delete
/v1/projects/{ref}/config/auth/signing-keys/{id}OAuth scopes
- secrets:write
The fine-grained token must include the following permissions to access this endpoint:
- auth_signing_keys_write
Path parameters
- idRequiredstring
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "id": "00000000-0000-0000-0000-000000000000",3 "algorithm": "EdDSA",4 "status": "in_use",5 "public_jwk": null,6 "created_at": "4404-02-29T04:24Z",7 "updated_at": "4404-02-29T04:24Z"8}