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": "<string>",
      "status": "<string>",
      "title": "<string>",
      "detail": "<string>",
      "source": {
        "pointer": "<string>",
        "parameter": "<string>"
      },
      "meta": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

elastic_ip_id
string
required

The Elastic IP ID

Response

No Content