{ "operationId": "deletePage", "method": "DELETE", "path": "/content/pages/{pageId}", "summary": "BigCommerce Delete a Page", "requestExamples": [], "responseExamples": [ { "status": "404", "contentType": "application/problem+json", "name": "example-1", "example": { "status": 404, "title": "A Page was not found with an ID of 99", "type": "https://developer.bigcommerce.com/api-docs/getting-started/api-status-codes" } } ] }