Delete Records
Deletes the specified records from a table.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Path parameters
vaultID
ID of the vault.
objectName
Name of the table.
Request
This endpoint expects an object.
vaultID
ID of the vault.
objectName
Name of the table.
skyflow_ids
skyflow_id values of the records to delete. If * is specified, this operation deletes all records in the table.
Response
OK
RecordIDResponse
IDs for the deleted records, or * if all records were deleted.