Removes the first table with the passed id.

<void> TableBaseCollection.removeById(<number> id, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
id The table's id.
callback Optional. Receives whether the table could removed.
errorCallback Optional. Is called when the operation failed with an error.