# File lib/puppet/provider/mcx/mcxcontent.rb, line 165
165:     def destroy
166:         ds_parms = get_dsparams
167:         ds_t = TypeMap[ds_parms[:ds_type]]
168:         ds_n = ds_parms[:ds_name].to_s
169:         ds_path = "/Local/Default/#{ds_t}/#{ds_n}"
170: 
171:         dscl 'localhost', '-mcxdelete', ds_path
172:     end