Delete

Group

Deletes a group.

Required scopes: WORKSPACE

Resource URL

DELETE /workspaces/:domain/groups/:group_id

URL Parameters

NameTypeDescription
domain
Required
StringThe workspace domain.
group_id
Required
IntegerThe numerical ID of the desired group.

Example

Request

DELETE https://api.buddy.works/workspaces/buddy/groups/1

Sample Response

HTTP

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

Group member

Deletes a member from a group.

Required scopes: WORKSPACE

Resource URL

DELETE /workspaces/:domain/groups/:group_id/members/:member_id

URL Parameters

NameTypeDescription
domain
Required
StringThe workspace domain.
group_id
Required
IntegerThe numerical ID of the desired group.
member_id
Required
IntegerThe numerical ID of the desired user.

Example

Request

DELETE https://api.buddy.works/workspaces/buddy/groups/1/members/1

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.