PrCore Documentation
AI Assistant GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Delete project

You can delete a project by using the enpoint introduced here.

Request

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

Response

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
}