Skip to main content
POST
Disconnect Agent
Disconnect an agent from your account. This wipes the agent’s encryption keys and revokes all active channels. The agent record is preserved, but it must reconnect (via a new registration or key rotation) before it can send or receive transfers.

Request

Headers

Authorization
string
required
Bearer token. Example: Bearer agd_live_xxxxxxxxxxxxxxxxxxxx

Path Parameters

id
string
required
The agent’s UUID. Example: 550e8400-e29b-41d4-a716-446655440000

Response

agent_id
string
The agent’s slug identifier.
status
string
Always disconnected on success.
message
string
Confirmation message.

Examples

Response

Errors