Skip to main content

Remove Tags from Multiple Objects

POST 

/tagged-objects/bulk-remove

This API removes tags from multiple objects.

Request

Body

required

Supported object types are ACCESS_PROFILE, APPLICATION, CAMPAIGN, ENTITLEMENT, IDENTITY, ROLE, SOD_POLICY, SOURCE.

    objectRefs

    object[]

  • Array [

  • type string

    Possible values: [ACCESS_PROFILE, APPLICATION, CAMPAIGN, ENTITLEMENT, IDENTITY, ROLE, SOD_POLICY, SOURCE]

    DTO type

    id string

    ID of the object this reference applies to

    name stringnullable

    Human-readable display name of the object this reference applies to

  • ]

  • tags string[]

    Label to be applied to an Object

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...