Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

tags.unassign

Description

Unassign user-defined tag from xWG.

Params

token
string

Access token.

xwgIds
array

xWG IDs to unassign from

xwgId
int

xWG ID

tagNames
array

Tag names that should be unassigned

tagName
string

Tag name

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

404

At least one xWG was not found. Action was cancelled.

statusMessage
string

Status code description

xwgTags
array

List of changed xWGs with all tags that belong to each item.

xwgTagAssignment
struct

xWG with its tags

xwgId
int

ID of xWG

tagNames
array

List of tags

tagName
string

Tag assigned to the xWG.

Call example

tags.unassign("lorem ipsum dolor", [442185242, 892374711], ["eu fugiat", "culpa qui officia"])