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
Remove User from Project
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