delete-profile
Description
The delete-profile command deletes an existing profile from the
system using its unique profile ID. This operation is irreversible, so use it with
caution.
Syntax
Windows
CliTool.bat delete-profile -i <profile_id>
Linux
./CliTool.sh delete-profile -i <profile_id>
Example
CliTool.bat delete-profile -i 12345
Note:
- Ensure the profile ID provided is correct, as the deletion cannot be undone.
- The command will return an error if the profile does not exist or the ID is invalid.
- Master profile deletion is not allowed.