You are here

public function RestWSResourceControllerInterface::delete in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 restws.entity.inc \RestWSResourceControllerInterface::delete()

Delete an existing resource.

Parameters

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

2 methods override RestWSResourceControllerInterface::delete()
MyModuleBookResourceController::delete in ./restws.api.php
RestWSEntityResourceController::delete in ./restws.entity.inc
Delete an existing resource.

File

./restws.entity.inc, line 70
RESTful web services module integration for entities.

Class

RestWSResourceControllerInterface
Specifies CRUD and access methods for resources.

Code

public function delete($id);