The delete-sharepointcrawler-sites subcommand deletes SharePoint crawling sites.
psadmin delete-sharepointcrawler-sites --adminuser admin_user [--passwordfile password_file] --searchserver searchserver_id --sites site_ids
psadmin delete-sharepointcrawler-site -u admin_user [-f password_file] -s searchserver_id -T site_ids
These are the list of options available for the delete-sharepointcrawler-site subcommand. The following three options are required:
Specifies the distinguished name (DN) or the user identification name (uid) of the administrator.
Search server id.
Site ids in the format: ' ”site1”, “site2”, “site3” '.
The following option is optional:
Specifies the administrator password in the password file. When the --passwordfile option is specified, the password file should contain the password without any other text. If this option is not specified, the password will be prompted.