DeleteData-Async

DeleteData-Async

There are two versions of DeleteData API calls. This particular version is the asynchronous version where large amounts of data (more than 1000 records) are subject to be deleted from a selected data table.

DeleteData-Async works by uploading a file with the records to be deleted. When deleting data, primary key columns are required. If the target table has primary key values, the request must include these primary key values for deletion to work.

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

The asynchronous version returns the uuid of the delete job that was started. The status and the result of the ongoing DeleteData jobs must be queried with the GetStatus API call using the returned jobId.

Language
Click Try It! to start a request and see the response here!