DELETE associations({associationId})/categories({categoryId})/groups({groupId})/attributes({attributeId})

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
associationId
No documentation available.

Define this parameter in the request URI.

categoryId
No documentation available.

Define this parameter in the request URI.

groupId
No documentation available.

Define this parameter in the request URI.

attributeId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "GroupId": 1,
  "Position": 1,
  "Name": "sample string 1",
  "Selected": true
}

application/xml, text/xml

Sample:
<CategoryAttributeResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet_Web_API.Classes.Resources">
  <GroupId>1</GroupId>
  <Id>1</Id>
  <Name>sample string 1</Name>
  <Position>1</Position>
  <Selected>true</Selected>
</CategoryAttributeResource>