Tracira
API referenceProjects

Delete a project

Deletes the project together with all of its outputs, rules, and tasks. This cannot be undone.

deletehttps://www.tracira.com/api/projects/{id}
DELETE
/api/projects/{id}

Authorization

sessionAuth
better-auth.session_token<token>

Browser session cookie used by logged-in Tracira users. Secure-prefixed variants may also be used by the browser.

In: cookie

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/projects/1f4a8c60-92d7-4b3e-8a51-c27e6d90f3b2"
{  "success": true}