A way to remove session by a partitcular services is to stop the service:
srvctl stop service -db <dbname> -service <service_name>And den kill all Session to this service:
sql> exec dbms_service.KILL_SESSION(‘<service_name>’,1);This functions seems not to be documented (in the 18c docs).