Skip to main content
DELETE
/
api
/
v1
/
projects
/
{id}
Delete project
curl --request DELETE \
  --url https://neo.api.projectdiscovery.io/api/v1/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Project ID

Response

Project deleted

message
string
required
success
boolean
required