Erase API
Under certain data protection regulations, companies that handle personal data are required to delete it upon request. With our Erase API, you can erase all data related to one or multiple users by providing email addresses or user IDs.
Good to know
- Identify user data to be deleted using email addresses or user IDs.
- You can send up to 50 emails or IDs in each request to delete all data connected to them.
- All SEON API requests are case-sensitive. Please follow the formatting below to avoid errors.
Request
Request Attributes | Type | Required | |
---|---|---|---|
user_ids | array | no | |
emails | array | no | |
Optional query string parameters
JSON Attributes | Value | Required | |
---|---|---|---|
dry_run | boolean | no | |
HTTP Endpoint
PHP
Generic
Generic
Response
The endpoint returns JSON structured response.
JSON Attributes | Type | |
---|---|---|
transaction_records | integer | |
email_records | integer | |
phone_records | integer | |
ip_records | integer | |
dry_run | boolean | |