Difference between revisions of "UntagItem"
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
: "Severity": 1, | : "Severity": 1, | ||
: "StatusMessage": "OK", | : "StatusMessage": "OK", | ||
− | : "Content": [[ | + | : "Content": [[ActionExecutedObject]] |
} | } | ||
Latest revision as of 13:57, 11 April 2019
Description
Remove the Tag for an item of the catalog using a type and the Id passing a value for the tag.
This method only can be used by logged user.
Parameters
- token (String, required)
- A valid token for identifying the API session context. The token can be anonymous or logged.
- ItemId (int, required)
- The ID of the item that wants to untag.
- ItemType (ItemType enum, required)
- The type of the item being tagged
- tagType (TagType enum, required)
- Tag type. This is a list of possible values (Enumeration).
Returns
Returns a statuscode 0 if the untag propagated properly
Example:
{
- "StatusCode": 0,
- "Severity": 1,
- "StatusMessage": "OK",
- "Content": ActionExecutedObject
}
Exceptions
- AuthenticationRequiredException
- TagsApiNotAvailable 295
- InvalidItemException 297 NEW
- InvalidBooleanTagValueException
- InvalidTagTypeException
Caching
This method is not cached.
Known issues
- None
Version history
API Version Number | Change description | Changes author |
---|---|---|
7.0 | Initial method design | José Manuel Escartín |