Skip to main content
DELETE
/
projects
/
{projectId}
/
members
/
{memberId}
curl -X DELETE http://localhost:3000/api/v1/projects/clxyz456/members/clmem001 \
  -H "Authorization: Bearer <token>"
{
  "message": "Member removed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nexusmission.com.br/llms.txt

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

Path Parameters

projectId
string
required
Project ID.
memberId
string
required
Member ID.
curl -X DELETE http://localhost:3000/api/v1/projects/clxyz456/members/clmem001 \
  -H "Authorization: Bearer <token>"
{
  "message": "Member removed successfully"
}