Bulk Delete Records
Deletes the specified records from a table.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer: Bearer <token>. Retrieved using <a href='https://readme.skyflow.com/reference/Authentication/OAuth2'>OAuth2</a> security scheme.
Path Parameters
vaultID
ID of the vault.
tableName
Name of the table.
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.