deleteTagFieldValues

Last update: 2022-03-08
  • Created for:
  • Developer
    Admin

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

Authorized User Types

  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin

Parameters

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

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.

On this page