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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.svantic.com/llms.txt

Use this file to discover all available pages before exploring further.

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