Skip to main content
DELETE
/
pages
/
{id_or_slug}
Soft-retire (default) or hard-delete (force=1) a page
curl --request DELETE \
  --url https://api.neuraldraft.io/v1/pages/{id_or_slug} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Path Parameters

id_or_slug
integer
required

Query Parameters

force
boolean
default:false

Response

No content