command cdb_delete pInputA


Summary

This command deletes one or more records from the table.

Inputs

*optional parameter.

Additional Requirements

This API call requires internet access in order to delete cloud records.

API Version

Examples

local tInputA

#Table name: clients
#Keys: firstName, lastName, age, income
#A single cdbRecordID: 123456abcdef

put "clients" into tInputA["cdbTableName"]
put "123456abcdef" into tInputA["cdbRecordID"]
put "cloud" into tInputA["cdbTarget"]

cdb_delete tInputA