Delete Group - Implan-Group/api GitHub Wiki

Delete Group


DELETE /api/v1/impact/project/{projectId}/group/{groupId}

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.

🧾Example

📤 Request

DELETE /api/v1/impact/project/03be9dc4-bad7-4d9c-92f9-184c4388ad56/group/1d81eeec-1ace-4fbc-a90f-1189e32e6061

📥 Response

200 OK

⚠️ **GitHub.com Fallback** ⚠️