Skip to main content

Delete Entities

Description

This activity deletes the entities of the selected Entity type based on the specified criteria.

note

You can only use this activity inside the QuickBooks Online Context activity.

  • Specify the Entity Type from the drop-down
  • Optionally, specify the Filter criteria to select the entities to delete.
note

The activity deletes all the records from the QuickBooks Entity Type if no filters are specified.

Delete Record Design

Properties

Misc

  • DisplayName – The display name of the activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
    note

    Catches no error if this activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Entities affected - Returns the total number of deleted entities.

Example

Here is a simple delete entities sequence with appropriate properties set.

Download Example

Delete Entities