Removes the first table with the passed id.
<void> TableBaseCollection.removeById(<number> id, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
id | The table's id. |
callback | Optional. Receives whether the table could removed. |
error |
Optional. Is called when the operation failed with an error. |