Delete Group - Implan-Group/api GitHub Wiki
This endpoint deletes an existing Group.
The response will simply be a 200 OK
if the Group has been deleted.
Parameter | Spec | Type | Details |
---|---|---|---|
projectId | route | guid | The Project's identifier. |
groupId | route | guid | The Group's identifier. |
DELETE /api/v1/impact/project/03be9dc4-bad7-4d9c-92f9-184c4388ad56/group/1d81eeec-1ace-4fbc-a90f-1189e32e6061
200 OK