BioFlow
API Reference

Delete a page

DELETE /v1/pages/{page_id} — Permanently delete a page, its blocks, versions, and route. This cannot be undone. Requires scope pages:write.

DELETE
/v1/pages/{page_id}

Permanently delete a page, its blocks, versions, and route. This cannot be undone.

Requires scope: pages:write. Plan entitlement: public_api (Creator and Pro).

Authorization

AuthorizationBearer <token>

API key (bf_live_… / bf_test_…) as a Bearer token.

In: header

Path Parameters

page_id*string

Page ID from List pages

Length1 <= length

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/v1/pages/string"
Empty