Type Alias: RevokeGrantResult
type RevokeGrantResult = object;Defined in: packages/sdk/src/index.ts:724
DELETE /v1/grants/:id response. Idempotent: a re-DELETE on an
already-revoked grant returns alreadyRevoked: true rather than 404, so
retrying scripts don’t special-case it. 404 (grant_not_found) fires only
on an unknown / not-yours id — no cross-tenant existence leak.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
alreadyRevoked |
boolean |
packages/sdk/src/index.ts:726 |
ok |
true |
packages/sdk/src/index.ts:725 |