Skip to main content
DELETE
/
v1
/
flow
/
tools
/
{tool_id}
Delete tool
curl --request DELETE \
  --url https://flow.seekr.com/v1/flow/tools/{tool_id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "deleted": true,
  "message": "<string>"
}
Permanently delete a tool. A tool cannot be deleted while it is linked to an active agent. Remove the tool from the agent’s tool_ids first, or demote the agent.

Agent as tool

Deleting an agent-as-tool removes the tool only. The underlying sub-agent is not affected and remains in its current state.

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

tool_id
string
required

Response

Successful Response

Response schema for tool deletion.

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