Exact Online Delete
Overview
The Exact Online Delete Snap deletes a data object in the Exact Online instance.

- This is a Write-type Snap.
Works in Ultra Tasks
Supported Accounts
Prerequisites
- A valid OAuth 2.0 account that supports Exact Online instance, with the appropriate access permissions. See Exact Online OAuth 2.0 Account.
Snap views
| Type | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input |
This Snap has exactly one document input view. Expected input: Each input document contains data that must be deleted from the Exact Online instance for the selected entity. |
|
| Output |
This Snap has at most one document output view. Expected output: Each document contains the response of the delete operation. |
|
| Learn more about Error handling. | ||
Examples
Snap settings
| Field/Field set | Description |
|---|---|
Label String |
Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline. Default value: Exact Online Delete |
Version
Dropdown list |
Required. Choose or specify the version of the Exact Online API. Default value:
Example:
|
Division
String/Expression/ Suggestion |
Required. Specify a unique ID of the Exact Online
Division. You can retrieve this ID using a REST call to
Default value: N/A Example:
|
API object
String/Expression/ Suggestion |
Required. Specify the API that you want to access in the Exact Online instance. This dropdown list contains supported services available for the Exact Online instance. Alternatively, click the Suggestion icon to fetch the list of API objects and select an object. Default value: N/A Example:
|
Endpoint
String/Expression/ Suggestion |
Required. Specify an Exact Online Endpoint to be connected for each of the API objects. Alternatively, click the Suggestion icon to fetch the list of endpoints and select one. Default value: N/A Example:
|
ID
String/Expression |
Required. Specify a unique Exact Online identifier (GUID) of the record to be deleted. Default value: N/A Example:
|
| Connection details Use this field set to specify the connectivity parameters: timeout, retry count, and retry interval. | |
Connection timeout
Integer |
Required. Enter, in seconds, the duration for which the Snap must try to establish a connection with the Exact Online instance. If the connection cannot be established within this duration, the Snap times out, writes the event to the log, and waits until the specified Retry Interval before attempting to reconnect. Default value:
Example:
|
Maximum request attempts
Integer |
Required. Specify an integer value to set the maximum number of reconnection attempts that the Snap must perform in case of connection failure or timeout. Default value:
Example:
|
Retry Interval
Integer |
Required. Enter, in seconds, the duration for which the Snap must wait between two reconnection attempts until the number of retries is reached. Default value:
Example:
|
|
Snap execution Dropdown list
|
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Validate & Execute Example: Execute |
Troubleshooting
| Error | Reason | Resolution |
|---|---|---|
| API object does not exist. |
The specified API object is not found for the Exact Online API. |
Search and select an API object from the dropdown list. |
| The endpoint does not exist. |
The specified Endpoint is not found for the selected API object in the server. |
Search and select the Endpoint from the dropdown list. |
Additional information
The Exact Online Delete Snap supports the following:
- DELETE operation to delete data in the Exact Online instance.
- Dynamic loading of API metadata with a Parent-child dependency structure. This means that you can select an API object from the API Object field to view only entities that are related to the API object and support DELETE queries (delete operations).