DeleteData

DeleteData

There are two versions of DeleteData API calls. This particular version is the synchronous version where less than 1000 records rows are subject to be deleted on a selected data table.

If the target data table has primary key values, DeleteData call has to include these primary key values. Otherwise column/value pairs must be passed as parameters for filters.

The data in master_contact, master_device and system tables cannot be deleted.

Body Params

tableId OR tableName is required.

columns
array of strings
required

The name of the columns to filter to delete rows.

columns*
rows
array of strings
required

The values of the columns defined in columns field.

rows*
uuid
length between 36 and 36

The uuid of the table to delete from

string

The name of the table to delete from

Headers
string
Defaults to {$$.env.access_token}
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Not-authenticated. Please re-login.

429

Too Many Requests

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
TooManyRequest