Applies to:
- Winshuttle Foundation
DeleteSavedForms
The Delete Saved Forms operation of the SVAdm tool allows you to remove saved forms from a SharePoint site. This applies to forms that have been saved but have never had a process started on them.
Usage
The following example deletes all saved forms from the specified site that are older that September 21, 2006:
svadm.exe –o deletesavedforms –url http://acme/sv/Chemdocuments -date 9/21/2006
                                            
WARNING: Removing saved forms from your SharePoint site removes them from the system completely and makes them no longer available for use.
Note: To delete forms that have had processes completed on them, use the archive operation.
Options
| Name | Description | Default | Required | 
| -date | Deletes saved forms that are older than the given date. | Current date and time | Yes | 
| -dryrun | If specified, the matched forms will be displayed, but nothing will be deleted in SharePoint. | 
 | No | 
| -url | The URL of the SharePoint site that contains saved forms that you want to delete. | 
 | Yes | 
