Delete a group
DELETE/v1/groups/:groupId
Deletes an empty group. The group must have no nodes and no subgroups; otherwise the request is rejected with 409. Remove all nodes and delete all subgroups first, then delete the group.
Request
Responses
- 200
- 400
- 409
- 500
Successful deletion
Bad request
Group is not empty (still has nodes or subgroups)
Internal server error