Skip to content
EN

Delete a group within a project.

DELETE
/{workspaceIdOrAlias}/projects/{projectIdOrAlias}/groups/{groupIdOrKey}

Deletes a group within a specified project.

workspaceIdOrAlias
required
string

ID or alias of the workspace

projectIdOrAlias
required
string

ID or alias of the project

groupIdOrKey
required
string

ID or key of the group in the project

Group successfully deleted.

object
id
string

Invalid request parameter value

Access token is missing or invalid

Group not found

Internal server error