Members
Remove User
API Documentation
API v1
- GETIntroduction
- Auth
- Projects
- Introduction to Projects
- GETGet Project
- POSTCreate Project
- PATCHUpdate Project
- DELDelete Project
- Activity
- Insights
- Invitations
- Members
- Users
Members
Remove User
Remove User from Project
DELETE
/
v1
/
projects
/
:namespace
/
members
/
:username
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace/members/:username' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
204 No Content
You must be authenticated to access this route
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace/members/:username' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
204 No Content
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace/members/:username' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
204 No Content