ReferenceApiImport jobs
Cancel an import job
Cancels a running import job. Note that this will leave your instance in an unknown state as there won't be any rollback operation.
Path Parameters
id*string
Response Body
application/json
application/problem+json
application/problem+json
curl -X POST "https://demo.api.graph.konnektr.io/jobs/imports/string/cancel"{
"id": null,
"status": "notstarted",
"createdDateTime": "2019-08-24T14:15:22Z",
"lastActionDateTime": "2019-08-24T14:15:22Z",
"finishedDateTime": null,
"purgeDateTime": null,
"modelsCreated": 0,
"twinsCreated": 0,
"relationshipsCreated": 0,
"errorCount": 0,
"inputBlobUri": "http://example.com",
"outputBlobUri": "http://example.com"
}{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}