delete

Last modified on March 24, 2023

NAME:
   sdm admin roles delete - delete a role by name or ID

USAGE:
   sdm admin roles delete [command options] <name|id>

OPTIONS:
   --all, -a            delete all matching roles, when set to false it will return error if the given criterion is ambiguous.
   --filter value       filter e.g. 'field:name tag:key=value ...'
   --filter-json value  path to JSON based filter

For more information on the use of filters in the CLI, see the Filters documentation.

Top