Delete project member
Removes a user from the project.
Required scopes: WORKSPACE
Resource URL
DELETE /workspaces/:domain/projects/:project_name/members/:member_id
URL Parameters
Name | Type | Description |
---|---|---|
domain Required | String | The workspace domain. |
member_id Required | Integer | The numerical ID of the desired user. |
project_name Required | String | The name ID of the project. |
Example
Request
DELETE https://api.buddy.works/workspaces/buddy/projects/company-website/members/2
Sample Response
HTTP
Status: 204 NoContentX-Rate-Limit-Limit: 1X-Rate-Limit-Remaining: 999