Hello @edavis
Thank you for reaching out, and welcome to the Docusign Community! We appreciate your question and assure you that we are fully committed to providing you with the best service possible.
There is no native DocuSign feature to automatically purge completed envelopes based on template name (or other metadata) with a recurring schedule (e.g., a 60- or 90-day window). The built-in Document Retention and Purge features are static and one-time only; they do not support recurring, metadata-based purges out of the box.
- Document Retention can be configured to purge the documents inside envelopes after a set period, but not the envelope record itself. This feature is not template-specific and does not support rolling/recurring purges by template name.
- Envelope Deletion is a separate process and also does not support automated, template-based rolling purges.
- There is no mention of a built-in scheduler or filter for purging by template name or other metadata.
Workarounds & Best Practices
- Custom Automation via API:
The recommended approach is to use the DocuSign eSignature API to:
- Search for envelopes completed from a specific template (use the
searchEnvelopes endpoint with filters). - Identify envelopes older than your retention window (e.g., 60 or 90 days).
- Use the API to delete or purge those envelopes on a scheduled basis (e.g., via a scheduled job, Lambda, or similar automation).
Many organizations use external schedulers (like ServiceNow, custom scripts, or workflow automation tools) to call the DocuSign API on a rolling basis and implement their own retention logic.
DocuSign Connect (webhooks) can notify you when envelopes are completed, which can help you build a tracking system for purging, but does not itself perform purges.
If this feature is important, you should create or upvote an enhancement request in the DocuSign Community or Idea portal, as there is no evidence of an existing built-in feature for this use case.
For your reference, here are relevant articles you may check.
If you found the response to be a useful solution to your question, please “like” and mark it as the best answer by clicking “Select as Best” to make it easier for other users to find. Thank you!
Sincerely,
Ma. Cassandra | Docusign Community Moderator
If this helped, feel free to Like👍and click "Best Answer"