USE ANY DATABASE
Remove record from Airtable
Load your data in here with "Read" and play with “Delete” to try out your API connection.
delete
Delete →
Delete existing item
Please delete only the listing that you've created.
What is CRUD ?
CRUD stands for Create, Read, Update, Delete. Those are the basic functions most web applications need.
post
Create
The create function enables you to create a new record in a database.
get
Read
The read function enables you to search and retrieve specific records from existing entries.
put
Update
The update function enables you to modify or edit existing records in a database.
delete
Delete
The delete function enables you to remove existing records from a database.