Skip to main content
DELETE
/
elastic_ips
/
{elastic_ip_id}
Python (SDK)
from latitudesh_python_sdk import Latitudesh
import os


with Latitudesh(
    bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:

    latitudesh.elastic_ips.delete_elastic_ip(elastic_ip_id="<id>")

    # Use the SDK ...
{
  "errors": [
    {
      "code": "FEATURE_NOT_ENABLED",
      "message": "Elastic IPs is not enabled for this team"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

elastic_ip_id
string
required

The Elastic IP ID

Response

No Content