You are here

function wsconfig_type_delete in Web Service Data 7

Deletes a wsconfig type from the db.

File

modules/wsconfig/wsconfig.module, line 357
Main module for wsconfig

Code

function wsconfig_type_delete(WsConfigType $type) {
  $type
    ->delete();
}