Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

delete

Delete a flexi security from your project. This command allows you to remove a flexi security that is no longer needed.

Usage

cldkctl flexi security delete [security-id] [flags]

Aliases

delete, del, rm

Steps

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

  1. Refer to the Flexi Security List section to obtain the security ID.

  2. Run the following command in your terminal:

cldkctl flexi security delete [security_id] 
  1. Replace [security_id] with the actual security ID.

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

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Shorthand
Description

--help

-h

Help for the delete command.

Last updated