Skip to main content
DELETE
/
api
/
v1
/
sandboxes
/
{id}
Remove self-hosted sandbox
curl --request DELETE \
  --url https://neo.api.projectdiscovery.io/api/v1/sandboxes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Bad request",
  "code": "user_spending_cap_reached",
  "error_id": "<string>",
  "kind": "forbidden request",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Sandbox id from the list response. Self-hosted sandboxes only.

Response

Sandbox removed