Path parameters
idstringrequired
The ID of the page to remove.
Response
idstring
The unique identifier for this page.
objectstring
This will always contain page
for this endpoint.
deletedboolean
Determine if the object was successfully deleted.
import Blutui from 'blutui'
const blutui = new Blutui('ey....')
blutui.project('one').admin.pages.remove('99d401fe-8a1a-486f-9f1a-9c0c3fbe8caf')
Response
{
"id": "99d401fe-8a1a-486f-9f1a-9c0c3fbe8caf",
"object": "page",
"deleted": true
}