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}| 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 | Yes | Reltio access token in the form Bearer: <<token>>, see Authentication API. | |
TenantId | Yes | Tenant Id: data is extracted from this tenant. Value: {{tenantID}}. | |
Example:
Request
DELETE https://test-dnbconnector.reltio.com/b2bIntegration/dnb/batch/5741031244955648{
"jobId": 5668600916475904,
"success": "OK",
"message": "Cancelled"
}