Page cover

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

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>

  1. The command will display a detailed table containing the breakdown of daily billing per service.

  2. Replace <role_id> with the actual ID of the role you wish to delete.

  3. Wait for the confirmation message indicating that the role has been successfully deleted.

  4. Verify that the role has been removed by checking the updated list in the Organization Role List section.

Flags

Column
Description

-h, --help

Help for the delete command.

Last updated