v1
latestOpenAPI 3.0.12026-08-041753011.2 MBGroup
Delete a group
delete/v1/workspaces/{workspaceId}/user-groups/{id}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
idstring required
Represents a user group identifier across the system.
Example:76a687e29ae1f428e7ebe101
Represents a user group identifier across the system.
Response
OK
Example response
{
"id": "76a687e29ae1f428e7ebe101",
"name": "development_team",
"teamManagers": [
{
"id": "672323eb0024343a1585e8a7",
"name": "Jane Doe"
}
],
"userIds": [
"5a0ab5acb07987125438b60f",
"98j4b5acb07987125437y32"
],
"workspaceId": "64a687e29ae1f428e7ebe303"
}