Adobe · Schema

DeletePagesRequest

Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

Properties

Name Type Description
assetID string The asset ID of the PDF from which to delete pages.
pageRanges array Page ranges to delete.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-delete-pages-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeletePagesRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string",
      "description": "The asset ID of the PDF from which to delete pages."
    },
    "pageRanges": {
      "type": "array",
      "description": "Page ranges to delete."
    }
  }
}