Type Alias: RevokeKeyResult
type RevokeKeyResult = object;Defined in: packages/sdk/src/index.ts:685
SK-APIKEYS-011 — DELETE response. Idempotent: a re-DELETE on an
already-revoked key returns alreadyRevoked: true rather than 404,
so caller scripts that retry don’t have to special-case “is the
404 because someone else got there first?”. 404 only fires on
“key id is unknown / not yours” (key_not_found).
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
alreadyRevoked |
boolean |
packages/sdk/src/index.ts:687 |
ok |
true |
packages/sdk/src/index.ts:686 |