GDPR Deletion
Erasing data for contacts and users by email
Erase all data for all contacts and users with a given email.
This includes:
- attributes
- conversations
- messages
- ...and much more
Ensure that this is necessary for your application. You may be looking to remove a contact instead.
WARNING: Data erasure is permanent
This call results in permanent deletion of data from our servers and cannot be undone
Overview
Method URL: |
|
---|---|
HTTP Method: |
|
Content-Type: |
|
Required Scopes: |
|
Arguments: |
|
Example
// Request
{
"email": "[email protected]"
}
// Response
{
"data": {
"message": "Your delete is processing"
}
}
Updated about 1 year ago
Did this page help you?