Cancel Job
You can cancel only active 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 |
EnvironmentUrl |
Yes | Environment URL of the tenant. For example: https://dev.reltio.com |
|
Authorization |
No | Access Token in format "Bearer
(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
{
"jobId": 5668600916475904,
"success": "OK",
"message": "Cancelled"
}