Remove role from user
Remove a role from a user with the given ID.
Path parameters
-
The unique identifier of the role.
-
The unique identifier of the user.
DELETE /api/roles/{id}/users/{userId}
curl \
-X DELETE https://[tenant_id].logto.app/api/roles/{id}/users/{userId} \
-H "Authorization: Bearer $ACCESS_TOKEN"