Skip to main content
POST
/
agents
/
deregister
Deregister Agent
curl --request POST \
  --url https://api.svantic.com/agents/deregister \
  --header 'Content-Type: application/json' \
  --data '
{
  "instance_id": "string"
}
'
{
  "ok": true,
  "instance_id": "<string>",
  "agent_type": "<string>"
}

Body

application/json
instance_id
string
required

Agent instance identifier.

Response

Agent deregistered successfully.

ok
boolean
required
instance_id
string
required
agent_type
string
required