DeleteCustomTableRows
Overview
Delete a set of rows from a CustomTable.
Returns
No Overview Available.
Request
Name | Type | Description |
---|---|---|
tableName | String | The name of the CustomTable to delete the rows from. |
rowIds | String[] | A list of Ids of rows to be removed. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Boolean | Operation result. |