POST api/IndexedTagValues/DeleteCustomTag
Deleting a custom tag
Request Information
URI Parameters
None.
Body Parameters
Object containing a GUID of the custom tag to be deleted
ObjResultOfGuid| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | globally unique identifier |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": "42fcfb30-d19a-42d3-9835-ac22efcada96",
"error": "sample string 2",
"success": true,
"errorCode": 4
}
Response Information
Resource Description
Result containing the flag of successful operation
ObjResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | boolean |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": true,
"error": "sample string 2",
"success": true,
"errorCode": 4
}
Parameter Information
customTagGuid
| Property | Description |
|---|---|
| Data (Guid) | |
| Error (String) |
Error description |
| Success (Boolean) |
Flag of successful operation |
| ErrorCode (Int32) |
Error code |