Describes how to use the delete data step

Description

Deletes data on the given entity.

Category

Data

Inputs

Label Type Required Default Visibility Description

Entity

entity

yes

Always

The entity to delete data.

Query

query

no

config.entity

The query used to filter records to be deleted.

Wait task to finish

boolean

no

Always

Flag to set if the deletion should wait for the job to finish.

Outputs

Name Type Description

taskId

text

The task ID in charge of the execution of the deletion.

Sample

Delete data image

The flow starts, the delete data step deletes data of an entity and then the execution finishes with the end step. In case of an error while deleting the data, the error will be logged and the execution will finish.

Back to top