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
Example response
{
"success": true,
"message": "Operation completed successfully"
}