Delete

Delete user group

Removes a group of users from a project.

Required scopes: WORKSPACE

Resource URL

DELETE /workspaces/:domain/projects/:project_name/groups/:group_id

URL Parameters

NameTypeDescription
domain
Required
StringThe workspace domain.
group_id
Required
IntegerThe numerical ID of the desired user group.
project_name
Required
StringThe name of the project.

Example

Request

DELETE https://api.buddy.works/workspaces/buddy/projects/company-website/groups/2

Sample Response

HTTP

Status: 204 NoContent
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999

Delete project member

Removes a user from a project. Restricted to administrators.

Required scopes: WORKSPACE

Resource URL

DELETE /workspaces/:domain/projects/:project_name/members/:member_id

URL Parameters

NameTypeDescription
domain
Required
StringThe workspace domain.
member_id
Required
IntegerThe numerical ID of the desired user.
project_name
Required
StringThe name of the project.

Example

Request

DELETE https://api.buddy.works/workspaces/buddy/projects/company-website/members/2

Sample Response

HTTP

Status: 204 NoContent
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.