Ran into this during an NCS install today, and just wanted to pass along the request. The request was to delete backup repositories, both from testing and from the original WCS to NCS migration.
The basic structure follows this:
configure
no repository
This is case sensitive
Example:
test-NCS/testadmin# conf
Enter configuration commands, one per line. End with CNTL/Z.
test-NCS/testadmin(config)# no repository wcs-ftp-repo
test-NCS/testadmin(config)# exit
test-NCS/testadmin#
While this is not in the configuration guide, Cisco did do a good job of making an intuitive CLI for the linux appliance.