Delete project member
- DELETE
- /workspaces
- /:domain
- /projects
- /:project_name
- /members
- /:member_id
Removes a user from a project. Restricted to administrators.
Example:
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:domain/projects/:project_name/members/:member_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS204 NoContent
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999