Skip to main content
DELETE
/
bases
/
{databaseId}
/
tables
/
{tableId}
/
records
/
{recordId}
Delete record
curl --request DELETE \
  --url https://tables.fillout.com/api/v1/bases/{databaseId}/tables/{tableId}/records/{recordId} \
  --header 'Authorization: Bearer <token>'
{
"deleted": true
}
Permanently removes a record from the specified table using either the table ID or table name.
This action cannot be undone.

Authorizations

Authorization
string
header
required

Path Parameters

databaseId
string
required
tableId
string
required
recordId
string<uuid>
required

Response

deleted
boolean
required
Example: