auth0 roles delete
Delete a role.
To delete interactively, use auth0 roles delete
.
To delete non-interactively, supply the role id and the --force
flag to skip confirmation.
Usage
auth0 roles delete [flags]
Examples
auth0 roles delete
auth0 roles rm
auth0 roles delete <role-id>
auth0 roles delete <role-id> --force
auth0 roles delete <role-id> <role-id2> <role-idn>
auth0 roles delete <role-id> <role-id2> <role-idn> --force
Flags
--force Skip confirmation.
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 roles create - Create a new role
- auth0 roles delete - Delete a role
- auth0 roles list - List your roles
- auth0 roles permissions - Manage permissions within the role resource
- auth0 roles show - Show a role
- auth0 roles update - Update a role