action pdfblocks_remove_password_v1 { label: "Remove the password from a PDF" description: "Remove the password from an encrypted PDF document. The PDF document will no longer require a password to open." provider: pdfblocks method: POST path: "/v1/remove_password" encoding: json output: { type: "object" additionalProperties: true } }