Skip to main content
DELETE
/
api
/
v1
/
dynamic-toolkits
/
{toolkit_id}
Soft-delete a toolkit and its tools
curl --request DELETE \
  --url https://neo.api.projectdiscovery.io/api/v1/dynamic-toolkits/{toolkit_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "deleted_id": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

toolkit_id
string
required

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

Response

Deleted

message
string
required
success
boolean
required
deleted_id
string