Accelerate the Value of Data

Cancel Job

You can cancel only active jobs.

Active jobs such as IDLE, SCHEDULED, or PROCESSING can be canceled.

Request

DELETE {DnBConnectorUri}/batch/{JobId}
Table 1. Parameters
Parameter Required Description
Headers Content-Type Yes

Must be "Content-Type: application/json"

EnvironmentUrl Yes Environment URL of the tenant.

For example: https://dev.reltio.com

Authorization No Access Token in format "Bearer <accessToken>" (see details in Authentication API)
Note: Required parameter if you do not specify Reltio-User and Reltio-Password.
TenantId Yes Tenant Id: data is extracted from this tenant. Value: {{tenantID}}.
Reltio-User No Reltio login
Note: Required parameter if Authorization is not specified.
Reltio-Password No Reltio password
Note: Required parameter if Authorization is not specified.

Example:

Request

DELETE https://test-dnbconnector.reltio.com/b2bIntegration/dnb/batch/5741031244955648
Response
{
    "jobId": 5668600916475904,
    "success": "OK",
    "message": "Cancelled"
}