v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
Projects

Delete project

Delete a project. The project must not contain any active resources.

delete/api/v1/projects/{id}

Path parameters

idstring uuid required

Project ID (UUID)

Response

Project deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Operation completed successfully"
}