Skip to main content
DELETE
/
v1
/
flow
/
agents
/
{agent_id}
Delete agent
curl --request DELETE \
  --url https://flow.seekr.com/v1/flow/agents/{agent_id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "deleted": true
}
Permanently remove an agent from the platform. If the agent is currently active, it is demoted first. For demote-only, use the demote endpoint. Deleting a supervisor does not affect its sub-agents or their agent-as-tool wrappers. A sub-agent cannot be deleted while it is still linked to a supervisor. Unlink it and delete its associated agent-as-tool first.

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

agent_id
string
required

Response

Successful Response

id
string
required
deleted
boolean
required
Last modified on June 18, 2026