Adobe · Schema

RemoveProtectionRequest

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

Properties

Name Type Description
assetID string The asset ID of the protected PDF.
password string The password to unlock the PDF.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-remove-protection-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RemoveProtectionRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string",
      "description": "The asset ID of the protected PDF."
    },
    "password": {
      "type": "string",
      "description": "The password to unlock the PDF."
    }
  }
}