Removes tag field values from the dictionary of a tag field.
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
Input (deleteTagFieldValuesParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string |
Yes | The handle of the company containing the tag field. |
fieldHandle | xsd:string |
Yes | The handle of the tag field to be modified. |
valueArray | types:StringArray |
Yes | An array of tag values to be deleted from the field’s dictionary. |
Output (deleteTagFieldValuesParam)
The IPS API does not return a response for this operation.
Request
deleteTagFieldValuesParam xmlns="http://www.scene7.com/IpsApi/xsd/2010-01-31">
<companyHandle>c|3</companyHandle>
<fieldHandle>m|3|ASSET|SingleFixedTag</fieldHandle>
<valueArray>
<items>Pineapple</items>
<items>Banana</items>
</valueArray>
</deleteTagFieldValuesParam>
Response
None.