This Snap provides the ability to delete records in Zuora by defining an object. The object becomes suggestible once the account is defined. The Snap only needs an ID field, which provides the ID of the record being deleted. The field can be mapped using an upstream Data or Structure Snap. The Snap batches up to 50 records per request.
Expected downstream Snaps: [None] or any Snap that has a document input view such as Filter, Data, or JSON Formatter.
Expected input:Â This Snap provides a schema (ID field) on its input view for the selected object, which can then be used in a Structure Snap to map the required fields.
Expected output:Â This Snap provides the result of the Delete operation for each record on the output view. Errors can be routed to the error view if enabled or cause the Snap to fail during execution.
Expected upstream Snaps: Any Snap that provides a document output view such as a Structure or a JSON Generator Snap.Â
This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Zuora Account for information on setting up this type of account.
Views:
Input
This Snap has exactly one document input view.
Output
This Snap has at most one document output view.
Error
This Snap has at most one document error view and produces zero or more documents in the view.
Settings
Label
Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.
Request timeout
Required. Defines the timeout value for the SOAP request (in seconds). A value of 0 indicates no timeout. Example: 0 Default value:Â 0Â
Object
Required. The Zuora Object being queried. The field is suggestible once the Zuora account is defined.
Example: Account Default value: [None]Â
Snap execution
Select one of the three modes in which the Snap executes. Available options are:
Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.
Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.
Disabled: Disables the Snap and all Snaps that are downstream from it.
Downloads
Important steps to successfully reuse Pipelines
Download and import the pipeline into the SnapLogic application.