latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

Projects

Delete a project

Soft deletes a project (marks it as inactive). Only the project owner can delete their projects.

post/projects/{id}/delete

Path parameters

idstring required

Project ID (GUID)

Response

Project deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Project deleted successfully"
}