Skip to main content
DELETE
/
v2
/
auth
/
agents
/
{agent_id}
/
connections
/
{connection_id}
Remove Connection
curl --request DELETE \
  --url https://api.example.com/v2/auth/agents/{agent_id}/connections/{connection_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

agent_id
string
required

Agent ID

connection_id
string
required

Connection ID

Response

Successful Response