Roles

Remove role from user

Remove a role from a user with the given ID.

delete/api/roles/{id}/users/{userId}

Path parameters

idstring required

The unique identifier of the role.

userIdstring required

The unique identifier of the user.

Response

The role was removed from the user.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.