cURL
curl --request POST \ --url https://api.databar.ai/v1/table/{table_uuid}/rows/delete \ --header 'Content-Type: application/json' \ --header 'x-apikey: <x-apikey>' \ --data ' { "row_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "status": "deleted" }
Delete specific rows from a table by their UUIDs.
API Key for authentication
The UUID of the table
List of row UUIDs to delete.
1
Rows deleted successfully