Konnektr Logo
ReferenceApiImport jobs

Delete an import job

Removes an import job from the system. This is a non-standard endpoint for cleanup purposes.

DELETE
/jobs/imports/{id}

Path Parameters

id*string

Response Body

application/problem+json

curl -X DELETE "https://demo.api.graph.konnektr.io/jobs/imports/string"
Empty
{
  "type": null,
  "title": null,
  "status": null,
  "detail": null,
  "instance": null
}