DELETE Marketing/RemoveNewsletterSubscription
Request Information
URI Parameters
None.
Body Parameters
RemoveNewsletterSubscriptionBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
Unsubscribe token |
globally unique identifier |
Required |
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "8d9dd096-1793-4b96-9716-5232a7cbe5f5",
"Lang": "sample string 2",
"StoreID": 3
}
application/xml, text/xml
Sample:
<RemoveNewsletterSubscriptionBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">sample string 2</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">3</StoreID> <Token>8d9dd096-1793-4b96-9716-5232a7cbe5f5</Token> </RemoveNewsletterSubscriptionBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.