Delete subscribers
Deletes a user or multiple users from a given subscriber list
Endpoint URI
1 |
|
Endpoint parameters
- LIST_ID : the email list you want to modify
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 the list with id #123
1 |
|
With REQUEST_DATA:
1 2 3 4 5 6 7 8 9 10 11 |
|
Response:
1 2 3 |
|