Projects
Delete project logo
Removes the logo from the project configuration. The project will fall back to showing the project name as text.
Remove project logo
curl --request DELETE \
--url 'https://api.nookdocs.com/v1/projects/{id}/logo' \
--header 'Authorization: Bearer <token>'{
"logo": null
}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)pathrequiredProject ID
Response
Logo removed
logonullAlways null after deletion
errorstringrequiredMachine-readable error code (e.g. `invalid_request`, `unauthorized`, `not_found`)
messagestringrequiredHuman-readable error description
errorstringrequiredMachine-readable error code (e.g. `invalid_request`, `unauthorized`, `not_found`)
messagestringrequiredHuman-readable error description