You are here

public function ServicesResourceControllerInterface::delete in Services Entity API 7.2

Delete an existing resource.

Parameters

string $entity_type: The type of the resource that should be deleted.

int|string $entity_id: The id of the resource that should be deleted.

1 method overrides ServicesResourceControllerInterface::delete()
ServicesEntityResourceController::delete in plugins/services_entity_resource.inc
Implements ServicesResourceControllerInterface::delete().

File

plugins/services_entity_interface.inc, line 91
Services Entity module integration for entities.

Class

ServicesResourceControllerInterface
Specifies CRUD and access methods for resources.

Code

public function delete($entity_type, $entity_id);