Skip to main content
DELETE
/
v2
/
imports
/
sessions
/
{import_id}
Delete Import Session
const options = {method: 'DELETE', headers: {'x-organization-id': '<x-organization-id>'}};

fetch('https://api.dcycle.io/v2/imports/sessions/{import_id}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string
x-organization-id
string<uuid>
required

Path Parameters

import_id
string<uuid>
required

Response

Successful Response