Skip to main content

Delete Document FAQs

Frequently asked questions for the Delete Document guide.

What events are available for the Document Deletion object?

The Events tab in the Properties Viewer allows developers to add custom business logic for the Document Deletion object:

  1. Open the Events tab.
  2. Double-click on the desired event.
  3. A method is automatically generated in the FlowName.cs file.
  4. Add your custom code inside the generated method to handle deletion-related scenarios.

When should the Document Deletion object be used?

The Document Deletion object is used to permanently delete project forms from the system.
Since deleted documents cannot be recovered, this object should only be used for forms that are obsolete and no longer needed.


What should I consider before using the Document Deletion object?

Before using the Document Deletion object:

  • Confirm that the documents are no longer needed.
  • Be aware that deleted forms are permanently removed from the system.
  • Avoid using this object for active or important forms.

How do I configure the Document Deletion object to remove documents?

To configure the Document Deletion object:

  1. Go to the Properties Viewer panel.
  2. Under the Documents section:
    • Select one or more Document objects from the list.
    • These are the forms associated with the documents to be deleted.
  3. The selected documents will be permanently removed during workflow exec