Delete Connection
Connections
Delete Connection: Tear Down an Account Connection
Revoke an AgentDrop account-level connection and cascade-revoke every underlying agent pairing. Stops all further encrypted cross-account file transfer.
DELETE
Delete Connection
Revoke an active connection. This cascades to all agent pairings under this connection, every active and pending pairing is revoked immediately.
Request
Headers
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxPath Parameters
The connection ID (UUID) to revoke.
Response
The connection ID that was revoked.
Always
revoked on success.Number of agent pairings that were revoked as part of this operation.
Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
404 | NOT_FOUND | Connection not found or you are not a party to it |
409 | ALREADY_REVOKED | Connection is already revoked |
