Skip to main content

Delete a subgroup

DELETE 

/v1/groups/:groupId/subgroups/:subGroupId

Deletes an empty subgroup. The subgroup must have no nodes; otherwise the request is rejected with 409. Remove all nodes from the subgroup first, then delete it.

  • Removes the subgroup from the database.
  • Removes associated user-subgroup mappings.
  • Does NOT delete the nodes.

Request

Responses

Successful deletion