Delete rows from database table

Beta

Delete rows matching the filter conditions. Filter conditions are passed as query parameters using PostgREST syntax (e.g., ?id=eq.5).

Warning: Without filters, this will delete ALL rows in the table.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequired
table_namestringRequired

Request

This endpoint expects a nullable object.
return_representationbooleanOptionalDefaults to false
If true, return the deleted rows in the response

Response

Successful Response
datalist of maps from strings to any or null

Affected rows (returned when return_representation=true)

Errors