Projects
Delete a project
Permanently delete a project, all its pages, and all its deployments. This cannot be undone.
Delete a project
curl --request DELETE \
--url 'https://api.nookdocs.com/v1/projects/{id}' \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"message": "<string>"
}Authorizations
AuthorizationstringheaderrequiredAPI key issued from your dashboard (Settings → API Keys). Format: nook_... — pass as Authorization: Bearer nook_.... Keys carry scopes (projects:read/write, pages:read, deployments:read/trigger, analytics:read) — calls without the required scope return 403.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path parameters
idstring (uuid)pathrequiredResponse
Project deleted (no body)
errorstringrequiredMachine-readable error code (e.g. `invalid_request`, `unauthorized`, `not_found`)
messagestringrequiredHuman-readable error description