Removing or releasing a static IP on Google Compute Engine
Per the Google Cloud networking docs:
Release a static external IP address
gcloud compute addresses delete ADDRESS --project PROJECT --region REGION
You can also do it via the Web interface. In left menu, go to "Networking", then "External IP Addresses".
You can manage your current projects IP's from there.
Link to Google group thread I found this info on