Delete Project - Implan-Group/api GitHub Wiki

Delete Project


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

This endpoint deletes an existing Project. The response will simply be a 200 OK if the Project is deleted.

Parameter Spec Type Details
projectId route guid The Project's Id.

🧾Example

📤 Request

DELETE /api/v1/impact/project/496256c2-a089-4d42-a1a1-cafe73a43216

📥 Response

200 OK

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