DELETE Marketing/RemoveNewsletterSubscription

Request Information

URI Parameters

None.

Body Parameters

RemoveNewsletterSubscriptionBinding
NameDescriptionTypeAdditional information
Token

Unsubscribe token

globally unique identifier

Required

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "0f503a48-f2fb-457f-99a2-05eb61540704",
  "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>0f503a48-f2fb-457f-99a2-05eb61540704</Token>
</RemoveNewsletterSubscriptionBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.