Skip to Content
API ReferenceDelete Page

Delete Page

Delete a page by ID.

DELETE /api/pages/:id

Authentication

Required. API key or browser session. You can only delete your own pages.

Path parameters

ParameterTypeDescription
idUUIDThe page ID

Behavior

  • If the deleted page was your default page, the default_page_id on your profile is cleared
  • Deletion is permanent

Response

Status: 200 OK

{ "success": true }

Errors

StatusErrorWhen
401Not authenticatedMissing or invalid auth
404Page not foundID doesn’t exist or not owned by you
Last updated on