Delete user group

  • DEL
  • /workspaces
  • /:workspace
  • /projects
  • /:project_name
  • /groups
  • /:group_id

Removes a group of users from a project.

Request

REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
workspacerequiredstring
The workspace name.
project_namerequiredstring
The name of the project.
group_idrequiredinteger
The numerical ID of the desired user group.

Last modified on Jan 19, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/projects/:project_name/groups/:group_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \

Response

STATUS
204 NoContent