API endpoints overviewImports
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
Path Parameters
email*string
The end-user email provided when creating the session
Response Body
application/json
curl -X DELETE "https://api.ivandt.com/v1/imports/by-email/string"{
"message": "string",
"deletedImports": 0
}