PandaDoc
documents_archive
Archive a document by ID. Uses PandaDoc delete endpoint with forever=false for reversible deletion.
Remote svitlana-omelia/pandadoc
Remote (network-hosted)
Other tools also called documents_archive?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"document_id": {
"type": "string",
"description": "Document ID to archive"
}
}
}