Invitations
Delete Invite
Delete an invite
DELETE
/
v1
/
projects
/
:namespace
/
invites
/
:username
Copy
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace/invites/:username' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
Copy
204 No Content
You must be authenticated to access this route
Copy
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace/invites/:username' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
Copy
204 No Content
Copy
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace/invites/:username' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
Copy
204 No Content
Assistant
Responses are generated using AI and may contain mistakes.