Skip to main content
POST
/
api
/
v1
/
projects
/
{id}
/
members
/
remove
Remove project member
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/projects/{id}/members/remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<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

Path Parameters

id
string
required

Project ID

Body

application/json
email
string<email>
required

Email of the user to remove

Response

Member removed

message
string
required
success
boolean
required