Error
A valid request URL is required to generate request examples{
"message": "Rows deleted successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rows_deleted": 123
}{
"error": "Table not found"
}Data Operations
Delete table rows
Deletes one or more rows from a table by their IDs.
DELETE
/
tables
/
{tableId}
/
rows
Error
A valid request URL is required to generate request examples{
"message": "Rows deleted successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rows_deleted": 123
}{
"error": "Table not found"
}Authorizations
Enter token in format (Bearer )
Path Parameters
Table ID
Body
application/json
Row IDs to delete
Maximum array length:
1000Example:
[1, 2, 3]