API endpoints overviewImports
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)
curl -X DELETE "https://api.ivandt.com/v1/imports/string"{
"message": "string"
}