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é