Skip to main content
DELETE
Unassign a Connection from an agent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27

Path Parameters

agent_id
string
required
Pattern: ^agent_[0-9a-f]{32}$
connection_id
string
required
Pattern: ^conn_[0-9a-f]{32}$

Response

Success

agent_id
string
required
Pattern: ^agent_[0-9a-f]{32}$
connection_id
string
required
Pattern: ^conn_[0-9a-f]{32}$
revoked_permission_assignment_ids
string[]
required
Pattern: ^perm_[0-9a-f]{32}$