Skip to main content

Delete a site role from a user

DELETE 

/api/web/v1/users/:userid/roles/:roleid

Delete a user's site role. Caller requires the USERSITEROLES:REMOVE permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user from which the role is to be removed.

    roleid stringrequired

    The UUID of the role that is to be removed.

Responses

Successful

Loading...