deleteTagFieldValues deletetagfieldvalues

Removes tag field values from the dictionary of a tag field.

Authorized User Types section-e6f97c875c2a4cf0a7bc22096b649497

  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin

Parameters section-5db64a6ae238426395bc760b83587260

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.

Examples section-92f9e575a6da491caa09e264b4d6ee55

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.

recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681