Skip to main content
DELETE
/
api
/
v1
/
agents
/
user
/
{agent_id}
/
dynamic-tools
/
{tool_id}
Detach a tool from a dynamic subagent
curl --request DELETE \
  --url https://neo.api.projectdiscovery.io/api/v1/agents/user/{agent_id}/dynamic-tools/{tool_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

agent_id
string
required
tool_id
string
required

Tool slug (snake_case or kebab-case), e.g. "github_get_pr".

Response

204

Detached