I have a spanner instance which currently has about 20000 active sessions connected to it. I am not sure how I would be able to delete them all in one go?
I tried makeing an api request here: https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances.databases.sessions/delete
but I can delete only one session at a time here.