Remove duplicates

Removing duplicates from specific Airtable view.

circle-exclamation

For example, I created a duplicate of a record, and I see that inside the column 'number' (in your case, can be the 'url' column or anything), for obvious reasons, it cannot be 'id' or 'record_id' because every record in Airtable is unique.

POST https://api.tableid.com/remove-duplicates

Query Parameters

Name
Type
Description

uniqueColumn*

String

Name of column you want to compare, for example 'url'.

You cannot type 'id'.

Headers

Name
Type
Description

x-api-key*

String

Your API key created from the dashboard

Content-Type

String

application/json

Request Body

Name
Type
Description

airtableUrl*

String

Airtable URL. Example: https://airtable.com/appABCDEFG/tblABCDEFG/viwABCDEFG?blocks=hidearrow-up-right

As you can see, you can easily copy and paste from the browser.

airtableToken*

String

The access token for Airtable

Last updated