Sharepoint Shared Services Providers (SSPs) can be forced to delete using the following stsadm command: stsadm -o deletessp -title "SSPNAME" -force If you also want to delete the SSP database also use the following stsadm command: stsadm -o deletessp -title "SSPNAME" -deletedatabases –force
