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