Delete a group
Deletes a group.
Required scopes: WORKSPACE
Resource URL
DELETE /workspaces/:domain/groups/:group_id
URL Parameters
Name | Type | Description |
---|---|---|
domain Required | String | The workspace domain. |
group_id Required | Integer | The numerical ID of the desired group. |
Example
Request
DELETE https://api.buddy.works/workspaces/buddy/groups/1
Sample Response
HTTP
Status: 204 NoContentX-Rate-Limit-Limit: 1X-Rate-Limit-Remaining: 999