BigCommerce · Example Payload

Bigcommerce Deletepage Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Deletepage Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
      }
    }
  ]
}