Skip to main content

Remove a Metadata From Role.

DELETE 

/roles/:id/access-model-metadata/:attributeKey/values/:attributeValue

This API initialize a request to remove a single Access Model Metadata from a role by attribute key and value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The role's id.

    Example: 2c91808c74ff913f0175097daa9d59cd
    attributeKey stringrequired

    Technical name of the Attribute.

    Example: iscPrivacy
    attributeValue stringrequired

    Technical name of the Attribute Value.

    Example: public

Responses

Request accepted

Loading...