> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-organization/role/delete.md).

# delete

The cldkctl organization role delete command removes a role from the organization. Once a role is deleted, all members assigned to that role will lose their associated permissions. This action is irreversible.

## Usage

```
cldkctl organization role delete [role_id] [flags]
```

## Aliases

```
delete, del, rm
```

## Steps

<figure><img src="/files/OnVA6ZqEzqxhuKKRaH9o" alt=""><figcaption></figcaption></figure>

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

1. Identify the Role ID of the role you want to remove. Refer to the Organization Role List section to view all Role IDs.
2. Run the following command in your terminal:

```
cldkctl organization role delete <role_id>
```

3. The command will display a detailed table containing the breakdown of daily billing per service.
4. Replace `<role_id>` with the actual ID of the role you wish to delete.
5. Wait for the confirmation message indicating that the role has been successfully deleted.
6. Verify that the role has been removed by checking the updated list in the Organization Role List section.

## Flags

{% hint style="success" %}
This command supports refer to the [Global Flags](/cloudeka-api-list/global-flags.md) section for details.
{% endhint %}

<table><thead><tr><th width="167.33331298828125">Column</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the delete command.</td></tr></tbody></table>
