Remove a role from a user in an organization
Remove a role assignment from a user in the specified organization.
DELETE
/api/organizations/{id}/users/{userId}/roles/{organizationRoleId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/organizations/{id}/users/{userId}/roles/{organizationRoleId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"