Skip to main content
DELETE
/
api
/
v2
/
public
/
tables
/
:table_id
curl -X DELETE "https://app.refold.ai/api/v2/public/tables/{table_id}" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "linked_account_id: YOUR_LINKED_ACCOUNT_ID"
true
Soft-delete a persistent table. The table is marked deleted (is_deleted: true) and no longer appears in active listings.

Authentication

x-api-key
string
required
Your Refold API key.
linked_account_id
string
required
The linked account that owns the table.

Path Parameters

table_id
string
required
The table ID to delete.

Response

Returns true on success.
true
curl -X DELETE "https://app.refold.ai/api/v2/public/tables/{table_id}" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "linked_account_id: YOUR_LINKED_ACCOUNT_ID"