Skip to main content

Projects

Delete a project

Permanently delete a project, all its pages, and all its deployments. This cannot be undone.

DELETE/projects/{id}
Delete a project
curl --request DELETE \
  --url 'https://api.nookdocs.com/v1/projects/{id}' \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorizationstringheaderrequired

API 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)pathrequired

Response

Project deleted (no body)