Revoke a delegated signing key
Revoke an ACTIVE delegated signing key. Grid uses the custodied delegated key to authorize deleting its own signer identity. Deleting the identity also removes its API key, after which the delegated key can no longer sign. The response is 204 when revocation completes.
The underlying signing policies are left in place. Their consensus references the now-deleted signer identity, so they can never authorize anything, and deleting them is unnecessary for correctness or security.
Authorizations
API token authentication using format <api token id>:<api client secret>
Path Parameters
The id of the delegated key to revoke (the id field of the DelegatedKey returned from POST /auth/delegated-keys).
Response
Delegated key revoked. The key can no longer authorize signing.