cURL
curl --request DELETE \ --url https://tables.fillout.com/api/v1/bases/{databaseId}/tables/{tableId}/records/{recordId} \ --header 'Authorization: Bearer <token>'
200
example
{ "deleted": true}
Permanently removes a record from a table using either table ID or table name.
Was this page helpful?