Delete Pages
Deletes one or more content pages. This endpoint supports bulk operations.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
Request deletion of multiple pages by passing a comma-separated string of corresponding page IDs. Supports bulk operations.
When you explicitly set this query parameter to true, deleting a parent page will recursively delete all its immediate children and their descendants.
Otherwise, if you set this query parameter to false or not provided, deleting a parent page will update its immediate children by setting their parent_id to 0 and their is_visible status to false.