Skip to main content
DELETE
/
api
/
v1
/
github
/
account
Disconnect GitHub account
curl --request DELETE \
  --url https://neo.api.projectdiscovery.io/api/v1/github/account \
  --header 'Authorization: Bearer <token>'
{
  "status": "disconnected"
}

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

Response

GitHub account disconnected

status
string
Example:

"disconnected"