Skip to main content
POST
/
api
/
v1
/
integration
/
disconnect
Disconnect a toolkit
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/integration/disconnect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "connected_account_id": "<string>"
}
'
{
  "success": true,
  "data": {
    "success": true
  },
  "error": "<string>"
}

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
connected_account_id
string
required

Response

Disconnect result

success
boolean
required
data
object
error
string | null