BigCommerce · Example Payload

Bigcommerce Deletepages Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Deletepages 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": "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"
      }
    }
  ]
}