public function ServicesEntityResourceController::delete in Services Entity API 7.2
Implements ServicesResourceControllerInterface::delete().
Overrides ServicesResourceControllerInterface::delete
File
- plugins/
services_entity_resource.inc, line 105
Class
- ServicesEntityResourceController
- Generic controller for entity-bases resources.
Code
public function delete($entity_type, $entity_id) {
entity_delete($entity_type, $entity_id);
}