Delete project
You can delete a project by using the enpoint introduced here.
If there is an ongoing stream operation, it will be stopped before the project is deleted.
| Method | Endpoint | Request body type | Description | 
|---|---|---|---|
| DELETE | /project/{project_id} | none | Delete the project | 
The response will be a JSON object.
After the deletion, the project and all the related data will be removed from the system.
{
    "message": "Project deleted successfully",
    "project_id": 2
}
