Skip to main content
DELETE
/
api
/
v1
/
files
/
share
Revoke public share
curl --request DELETE \
  --url https://neo.api.projectdiscovery.io/api/v1/files/share \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_key": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Body

application/json
file_key
string
required

Full path to the file in the sandbox (e.g., workspace/reports/scan.html)

Response

Share revoked

success
boolean

Whether the share was successfully revoked