API Reference

Delete Row Links in Big Data

This API can handle both archived and unarchived rows.

Path Params
string
required

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

Body Params
string
required

The id of the table. The id of a table is unique inside a base and is often used to identify a table. Important: the table_id is not the table_name.

string
required

The id of the table. The id of a table is unique inside a base and is often used to identify a table. Important: the table_id is not the table_name.

string
required
length between 4 and 4
other_rows_ids_map
object
required

Map of IDs of the target rows which you'd like to link/unlink your source rows. Use a key-to-list like:

"other_rows_ids_map": {
  "<row1 of table>": ["<row1 of other_table>", "<row2 of other_table>"],
  "<row2 of table>": ["<row3 of other_table>"]
}
Response

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