{ "operationId": "deletePages", "method": "DELETE", "path": "/content/pages", "summary": "BigCommerce Delete Pages", "requestExamples": [], "responseExamples": [ { "status": "404", "contentType": "application/problem+json", "name": "Page not found", "example": { "status": 404, "title": "A Page was not found with an ID of 100", "type": "https://developer.bigcommerce.com/api-docs/getting-started/api-status-codes" } }, { "status": "422", "contentType": "application/problem+json", "name": "Missing ID", "example": { "status": 422, "title": "Input is invalid", "type": "https://developer.bigcommerce.com/api-docs/getting-started/api-status-codes", "detail": "missing the required field: id" } } ] }