From 35e5a6ffa76246950342b5646c6dd33ef61eff5a Mon Sep 17 00:00:00 2001 From: Sleiman Tanios Date: Sat, 29 Sep 2018 20:41:21 -0400 Subject: [PATCH] updated doc with delete --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d6e4487..a575b15 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Please note that Airtable doesn't allow schema manipulation using their public A Once you created your base in the Airtable Interface open the API Docs to get your Base ID. -API Doc Airtable +API Doc Airtable The Base ID is a code that starts with 'app' followed by a mix of letter or numbers (appsvqGDFCwLC3I10). @@ -143,6 +143,12 @@ $expend_expended = $airtable->getContent( "Customers/recpJGOaJYB4G36PU", false, But be aware that loading too many relationships can increase the response time considerably. +### Delete entry +Use the entry ID to delete the entry +```php +$delete_contact = $airtable->deleteContent("Contacts/{entry-id}"); +``` + ## Credits Copyright (c) 2018 - Programmed by Sleiman Tanios & Guillaume Laliberté