Delete Row(s)

Deletes one or multiple rows from the table, identified by its row id no matter if the row is stored in big data or normal backend.

Path Params
string
required

The unique identifier of a base. Sometimes also called dtable_uuid.

Body Params
string
required

The name of the table to perform the operation on. Alternatively, you can use the table_id instead of table_name. If using table_id, ensure that the key in the request body is replaced accordingly.

row_ids
array of objects
required

Defines the rows which should be deleted.

row_ids*
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json