Ivandt logo

Delete import

Delete import

Deletes a specific import by ID along with all its associated data. This action cannot be undone.

What gets deleted:

  • The import record
  • All cells (row data) for this import
  • The associated file (if any)
DELETE
/imports/{importId}

Path Parameters

importIdstring

The import ID to delete

Response Body

curl -X DELETE "https://api.ivandt.com/v1/imports/string"
{
  "message": "string"
}