- Development
- CMS Developer Docs
- Delete a group within a project.
Delete a group within a project.
DELETE
/{workspaceIdOrAlias}/projects/{projectIdOrAlias}/groups/{groupIdOrKey}
Deletes a group within a specified project.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” 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
Responses
Section titled “ Responses ”Group successfully deleted.
object
id
string
Invalid request parameter value
Access token is missing or invalid
Group not found
Internal server error