# delete

Delete a specific floating ip network in your project. This command allows you to remove a floating ip by providing its unique identifier (port ID).

## Usage

```
cldkctl flexi-network floatingip delete [flags]
```

## Aliases

```
delete, del
```

## Steps

Follow the steps below to run and view the result of this command:&#x20;

1. Run the following command in your terminal:

```
cldkctl flexi-network floatingip delete 
```

2. The terminal displays a list of available **Floating IPs**. Select the floating IP that you want to delete.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2Fpj7RyRt8I84PtWvPnAyq%2Fimage.png?alt=media&#x26;token=330d43d4-5f86-44f5-996e-89c7e1babc20" alt=""><figcaption></figcaption></figure>

3. When prompted, confirm the deletion by selecting **Confirm**, or cancel the process by selecting **Cancel**.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2Fa59cz2FGt0wrCCXHhu3X%2Fimage.png?alt=media&#x26;token=659dade4-a88b-4323-9540-e79907e336b0" alt=""><figcaption></figcaption></figure>

4. Once completed successfully, the terminal displays the success message.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F905ee27cVbsHHJtwBgTf%2Fimage%20(1).png?alt=media&#x26;token=c37932f9-57f9-4ea6-80bd-79d075178c80" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}
This command supports [global flags](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description                  |
| ---------- | ---------------------------- |
| -h, --help | Help for the delete command. |
