Partner Accounts (v2)
Suspend Child Account
Pause a child account — its API keys stop authenticating and billing pauses.
POST
Suspends a child to immediately stop it from sending: its API keys stop authenticating (
403 account_suspended) and its billing pauses. Idempotent — a no-op if the child is already suspended. Requires a parent key with accounts.write. Reactivate to resume.
Path Parameters
integer
required
The child account’s
accountId.Examples
Error Codes
Suspending a child does not revoke its keys — reactivating restores them. To permanently disable a key, revoke it.