Skip to main content

Projects

Delete project logo

Removes the logo from the project configuration. The project will fall back to showing the project name as text.

DELETE/projects/{id}/logo
Remove project logo
curl --request DELETE \
  --url 'https://api.nookdocs.com/v1/projects/{id}/logo' \
  --header 'Authorization: Bearer <token>'
{
  "logo": null
}

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
Project ID

Response

application/json

Logo removed

logonull
Always null after deletion
Delete project logo | NookDocs | NookDocs