PUT api/v2/tags/{epc}/remove

Removes tag from object.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
epc

Tag EPC (tag value) which uniquely identifies tag.

string

Required

Body Parameters

Additional info to help with this transaction. Optional.

TagRemoveInfo
NameDescriptionTypeAdditional information
reason

The reason for decommissioning.

string

None.

Request Formats

application/xml, text/xml

Sample:
<TagRemoveInfo>
  <Reason>sample string 1</Reason>
</TagRemoveInfo>

application/json, text/json

Sample:
{
  "reason": "sample string 1"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.