PUT api/v2/tags/{epc}/remove
Removes tag from object.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| epc |
Tag EPC (tag value) which uniquely identifies tag. |
string |
Required |
Body Parameters
Additional info to help with this transaction. Optional.
TagRemoveInfo| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |