Bulk Delete Records

Deletes the specified records from a table.

Path parameters

vaultIDstringRequired
ID of the vault.
tableNamestringRequired
Name of the table.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
skyflow_idslist of stringsOptional

skyflow_id values of the records to delete. If set to [*], deletes all (up to 10k) records in the table. If set to [*] and the table contains more than 10k records, returns an error.

Response

A successful response.
RecordIDResponselist of strings or null
IDs for the deleted records.

Errors