cURL
curl --request DELETE \ --url https://neo.api.projectdiscovery.io/api/v1/agents/user/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "success": true, "deleted_agent": { "id": "<string>", "name": "<string>" } }
Delete a user agent.
Documentation IndexFetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT authentication token
Agent ID (kebab-case identifier)
Agent deleted
Show child attributes