Delete Page
Delete a page by ID.
DELETE /api/pages/:idAuthentication
Required. API key or browser session. You can only delete your own pages.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | The page ID |
Behavior
- If the deleted page was your default page, the
default_page_idon your profile is cleared - Deletion is permanent
Response
Status: 200 OK
{
"success": true
}Errors
| Status | Error | When |
|---|---|---|
| 401 | Not authenticated | Missing or invalid auth |
| 404 | Page not found | ID doesn’t exist or not owned by you |
Last updated on