DELETE
/
v1
/
projects
/
:namespace
/
invites
/
:username
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace/invites/: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/invites/:username' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
204 No Content