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.
curl --request DELETE \
--url https://api.case.dev/applications/v1/projects/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?
curl --request DELETE \
--url https://api.case.dev/applications/v1/projects/{id} \
--header 'Authorization: Bearer <token>'