v5

OpenAPI 3.1.0Proprietary2026-08-011476181.4 MB
Embedded Wallet Auth

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.

delete/auth/delegated-keys/{id}

Path parameters

idstring required

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.