void removeCustomObject(String name)

Source

void removeCustomObject(String name) {
  _removeResource("CustomObject", name);
}