Delete Records

Deletes the specified records from a table.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

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

Request

This endpoint expects an object.
vaultIDstringOptional
ID of the vault.
objectNamestringOptional
Name of the table.
skyflow_idslist of stringsOptional

skyflow_id values of the records to delete. If * is specified, this operation deletes all records in the table.

Response

OK
RecordIDResponselist of strings or null

IDs for the deleted records, or * if all records were deleted.

Errors