# delete

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

## Usage

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

## Aliases

```
delete, del
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
cldkctl flexi-network port delete
```

2. The terminal displays a list of available **VPCs**. Select the VPC where the port is located.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2Fxe8Vd56hNxNRv7Nlog2m%2Fimage.png?alt=media&#x26;token=9e719bda-1c90-42e5-9723-e689618c9b99" alt=""><figcaption></figcaption></figure>

3. The terminal displays a list of available **Ports** in the selected VPC. Select the port 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%2FTGZhX3C8o9KlnF84UdOb%2Fimage.png?alt=media&#x26;token=80947ea9-6585-42aa-8423-fe474233266c" alt=""><figcaption></figcaption></figure>

4. When prompted, confirm the action 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%2FstlFJBoFvi6B4eXzXosB%2Fimage.png?alt=media&#x26;token=e834f012-d4a2-44b2-bbd1-ac26f02bb329" alt=""><figcaption></figcaption></figure>

5. 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%2FjFg7qDt0EzWhecPcXBKz%2Fimage.png?alt=media&#x26;token=39177e99-b2c9-4b1d-9e8e-bc42dc0ef346" 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. |
