> For the complete documentation index, see [llms.txt](https://docs.suble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suble.io/floating-ip/delete.md).

# Delete

## Delete

<mark style="color:blue;">`GET`</mark> `https://api.suble.io/projects/:projectId/floating_ips/:id`

Delete floating ip

#### Path Parameters

| Name      | Type   | Description               |
| --------- | ------ | ------------------------- |
| projectId | string | Unique id for the project |
| id        | string | Floating IP Id            |

#### Headers

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| Authorization | string |             |

{% tabs %}
{% tab title="200 " %}

```
{
    "type": "success"
}
```

{% endtab %}
{% endtabs %}
