{ "operationId": "removeProtection", "method": "POST", "path": "/operation/removeprotection", "summary": "Adobe Remove Protection From a Pdf", "requestExamples": [ { "contentType": "application/json", "name": "RemoveprotectionRequestExample", "example": { "assetID": "500123", "password": "example_value" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "name": "Removeprotection201Example", "example": { "status": "in progress", "asset": { "assetID": "500123", "downloadUri": "https://www.example.com", "metadata": { "type": "example_value", "size": 10 } }, "error": { "code": "example_value", "message": "example_value", "status": 10 } } } ] }