API Definition
REPLACE PROCEDURE TDStats.RemoveObjectlistJSON (IN jIn JSON(3000) CHARACTER SET UNICODE, OUT jOut JSON(3000) CHARACTER SET UNICODE)
JSON Keys
| JSON Key | IN/OUT | Data Type | Description |
|---|---|---|---|
| ObjectListName | IN | VARCHAR(128) | Name of the existing list to remove along with all of its entries. |
| ObjectListID | IN | BIGINT | Optional numeric identifier for the list to be removed. |
| NumRemoved | OUT | INTEGER | Number of database and table entries that were in the removed list. |