Trash or permanently delete a page
Regional
us.api.brault.app— follows the region selector in the top barMoves the page to the trash. permanent=true deletes it and its comments irreversibly.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
pageId*string
Query Parameters
permanent?boolean
Default
falseResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/pages/string"{ "object": "deleted", "id": "string", "deleted": true}