Basic format for command 'delete':
    vitis-sl delete <input data>

vitis-sl delete -c <category> ... [--force]
    This command deletes categories.
    If the list contains a category alias instead of the original category,
    only the alias is deleted. In this case, to remove the related category
    and other aliases, you must specify the --force flag.

vitis-sl delete -c <category> -f <name_of_link_to_file> ...
    Specific links from the specified category are deleted.

vitis-sl delete -c <category> -f <name of link to file> [--number <number>]
    In cases where a category has files with duplicate names
    and you want to delete one of them, you can use the direct indication
    of the file number by means of the --number flag.
    The numbers can be found with the vitis-sl show. See: vitis-sl show --help.

vitis-sl delete -v <[category/]file_name>
    Deleting links for all categories with which they were associated.
    To simplify identification, it is possible to specify one of the categories
    associated with it. If the category is not specified,
    a search is performed by name across the entire vitis-sl system.
    If the category is specified, you can use the --number flag to specify
    the number of the link to be deleted in cases of repeated names
    in the category.