DELETE Marketing/RemoveNewsletterSubscription
Request Information
URI Parameters
None.
Body Parameters
RemoveNewsletterSubscriptionBindingName | 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": "071cabd1-3166-481b-9efc-b61ae273551d", "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>071cabd1-3166-481b-9efc-b61ae273551d</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.