Accelerate the Value of Data

Cancel Job

Learn about the operation to cancel D&B connector jobs.

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

Request

DELETE {DnBConnectorUri}/batch/{JobId}
Table 1. Parameters
Parameter Required Description
HeadersContent-TypeYes Must be Content-Type: application/json.
EnvironmentUrlYesEnvironment URL of the tenant.

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

AuthorizationYes Reltio access token in the form Bearer: <<token>>, see Authentication API.
TenantIdYesTenant Id: data is extracted from this tenant. Value: {{tenantID}}.

Example:

Request

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