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

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

agent_id
string
required
toolkit_id
string
required

Kebab-case toolkit slug (hyphen-separated, no underscores), e.g. "github".

Response

204

Detached