agent connections
Unregister Agent Endpoint
Unregister agent endpoint — POST /api/v1/agents/unregister.
Request Parameters
- agent_session_name (str): The name used when registering the connection. Combined with the authenticated user’s ID to identify which connection to deactivate.
POST
Unregister Agent Endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The name used when registering the connection. Combined with the authenticated user's ID to identify which connection to deactivate.
Response
Successful Response