DELETE Catalog/RemoveAttribute

Removes a attribute with no children

Request Information

URI Parameters

None.

Body Parameters

AttributeBinding
NameDescriptionTypeAdditional information
ID

integer

None.

Disabled

date

None.

ParentID

integer

None.

Name

string

Required

Value

The value related to this attribute. E.g. color black has value : 0x00000

string

None.

SortOrder

integer

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Disabled": "2025-12-06T05:42:13.6451438+01:00",
  "ParentID": 1,
  "Name": "sample string 2",
  "Value": "sample string 3",
  "SortOrder": 4,
  "Lang": "sample string 5",
  "StoreID": 6
}

application/xml, text/xml

Sample:
<AttributeBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Catalog">
  <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID>
  <Disabled>2025-12-06T05:42:13.6451438+01:00</Disabled>
  <ID>1</ID>
  <Name>sample string 2</Name>
  <ParentID>1</ParentID>
  <SortOrder>4</SortOrder>
  <Value>sample string 3</Value>
</AttributeBinding>

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.