Bulk Delete Records
Deletes the specified records from a table.
Path parameters
vaultID
ID of the vault.
tableName
Name of the table.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
skyflow_ids
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.
RecordIDResponse
IDs for the deleted records.