Dozor
Projects

Hard-delete a project

OWNER-only. Cascades sessions → slices → events → tracked users. The deletion is permanent — no soft-delete tombstone.

DELETE/api/projects/{projectId}

OWNER-only. Cascades sessions → slices → events → tracked users. The deletion is permanent — no soft-delete tombstone.

Path Parameters

projectId*string

Project id (cuid)

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

confirmation*string

Response Body

curl -X DELETE "https://loading/api/projects/string" \  -H "Content-Type: application/json" \  -d '{    "confirmation": "delete project"  }'
Empty
Empty
Empty
Empty
Empty