Method :POST
URL: https://apiv1.publicators.com/api/Recipients/RemoveRecipientFromList
Exclude email from list
Request Information
URI Parameters
None.
Body Parameters
RemoveRecipientFromListBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Auth | AuthorizationTokenBindingModel |
Required |
|
| ListId |
List Id |
integer |
Required |
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Auth": {
"Token": "d9377a77-1a4a-4234-bda4-c6ee4fbfcfd9"
},
"ListId": 1,
"Email": "sample string 2"
}
Response Information
Resource Description
RemoveRecipientFromListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2"
}