Remove role from user
Remove a role from a user with the given ID.
DELETE
/api/roles/{id}/users/{userId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/roles/{id}/users/{userId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"