Skip to main content

Delete Tagged Object

DELETE 

/tagged-objects/:type/:id

This deletes a tagged object for the specified type.

Request

Path Parameters

    type stringrequired

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

    The type of tagged object to delete.

    Example: ROLE
    id stringrequired

    The ID of the object reference to delete.

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

No content.

Loading...