Ivandt logo

Delete imports by email

Delete imports by email

Deletes all imports and associated data for a specific end-user identified by their email. This endpoint is designed for GDPR/CCPA compliance when users request data deletion.

What gets deleted:

  • All import records for the specified user
  • All cells (row data) associated with those imports
  • All files uploaded by the user
DELETE
/imports/by-email/{email}

Path Parameters

emailstring

The end-user email provided when creating the session

Response Body

curl -X DELETE "https://api.ivandt.com/v1/imports/by-email/string"
{
  "message": "string",
  "deletedImports": 0,
  "deletedCells": 0
}