API endpoints overviewImports
Delete imports by user ID
Delete imports by user ID
Deletes all imports and associated data for a specific end-user identified by their user ID. 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
curl -X DELETE "https://api.ivandt.com/v1/imports/by-user-id/string"{
"message": "string",
"deletedImports": 0,
"deletedCells": 0
}