1,540 bytes added
, 12:31, 5 April 2019
{{Api_Method_Spec|
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=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
{{Api_Parameter|
ParamName=ItemId
|ParamType=int
|ParamRequired=required
|ParamDescription=The ID of the item that wants to untag.
}}
{{Api_Parameter|
ParamName=ItemType
|ParamType=[[ItemType]] enum
|ParamRequired=required
|ParamDescription=The type of the item being tagged
}}
{{Api_Parameter|
ParamName=tagType
|ParamType=[[TagType]] enum
|ParamRequired=required
|ParamDescription=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": true
}
|Exceptions=
* [[AuthenticationRequiredException]]
* [[TagsApiNotAvailable]] 295
* [[InvalidItemException]] 297 NEW
* [[InvalidBooleanTagValueException]]
* [[InvalidTagTypeException]]
|Cache=
This method is not cached.
|KnownIssues=
* None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 7.0
{{!}} Initial method design
{{!}} José Manuel Escartín
{{!}}}
|SeeAlso=
}}