You are here

public function RestfulDataProviderInterface::remove in RESTful 7

Remove the item from the data source.

Parameters

mixed $id: The unique ID for the item.

File

plugins/restful/RestfulDataProviderInterface.php, line 75
Contains \RestfulDataProviderInterface.

Class

RestfulDataProviderInterface
@file Contains \RestfulDataProviderInterface.

Code

public function remove($id);