# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-organization/role/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
