Applications Projects

Delete project

Soft-deletes an application project or deployed Thurgood app from Case.dev. By default it also removes the linked hosting project; set deleteFromHosting=false to keep the external hosting resources intact.

delete/applications/v1/projects/{id}

Path parameters

idstring required

Project ID

Query parameters

deleteFromHostingboolean

Whether to also delete the linked hosting project. Defaults to true.

Response

Project deleted successfully

Changes