Partner Accounts (v2)
Revoke API Key
Immediately and permanently revoke a child’s API key.
POST
Revokes an API key immediately. The key stops authenticating at once and cannot be restored — mint a new one if needed. Use your parent key with
accounts.write.
Path Parameters
integer
required
The child account’s
accountId.string
required
The
id of the key to revoke.Examples
Error Codes
Revoking is permanent. To temporarily pause a whole child (all its keys at once) without revoking, suspend the child instead.