Persistent Tables
Delete Record
Delete a single record from a persistent table.
DELETE
Delete a single record from a persistent table by its
record_id. Returns the deleted record.
Authentication
Your Refold API key.
The linked account that owns the table.
Path Parameters
The table ID.
The record ID to delete (from Get Records).
Response
- 200 OK
- 404 Not Found
Returns the deleted record.