Delete users
Deletes a user or multiple users from all subscriber lists
Endpoint URI
1 |
|
Headers
- X-Ownpage-Client-Token : a valid token
Payload (JSON)
The data should be a JSON array of subscribers. Each subscriber must have the following parameter :
-
email : the user's email address
Payload is limited to 20.000 users per request.
Response
Successful request:
1 2 3 4 |
|
Invalid request:
1 2 3 4 5 |
|
Example
We remove 3 users from all subscriber lists
1 |
|
With REQUEST_DATA:
1 2 3 4 5 6 7 8 9 10 11 |
|
Response:
1 2 3 |
|