Understand successful record deletion
The 'Delete' event are the ones that are triggered when record is deleted. The 'Successful record deletion' action will executed after a record is deleted in a form. You can configure different actions like notification, data access etc for the successful record deletion event.
Let's assume you have an Employee Management application. In that you have a Leave Request form that the employee uses while updating leaves taken or to be taken. The form includes the employee's name and ID fields, leave type field, date field, and reason field. The leave type field has Sick Leave, Vacation Leave, Personal Leave, On-Duty, and Maternity Leave as options. The employees also have the ability to delete the leave request which has been applied. The company wants the HR department to be notified when an employee deletes the leave request. This can be achieved buy using the 'successful record deletion' workflow which will send an email to the HR department whenever an leave request is deleted.