Skip to content

/AWS1/CL_ADS=>DELETETAGS()

About DeleteTags

Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.

Method Signature

IMPORTING

Required arguments:

IT_CONFIGURATIONIDS TYPE /AWS1/CL_ADSCONFIDLIST_W=>TT_CONFIGURATIONIDLIST TT_CONFIGURATIONIDLIST

A list of configuration items with tags that you want to delete.

Optional arguments:

IT_TAGS TYPE /AWS1/CL_ADSTAG=>TT_TAGSET TT_TAGSET

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{"key": "serverType", "value": "webServer"}

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ADSDELETETAGSRESPONSE /AWS1/CL_ADSDELETETAGSRESPONSE