Skip to content

Commit

Permalink
updated doc with delete
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiman committed Sep 30, 2018
1 parent 81ee192 commit 35e5a6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<img src="example/img/api-doc-b.png" alt="API Doc Airtable" width="350">
<img src="example/img/api-doc-b.png" alt="API Doc Airtable" width="200">

The Base ID is a code that starts with 'app' followed by a mix of letter or numbers (appsvqGDFCwLC3I10).

Expand Down Expand Up @@ -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é

0 comments on commit 35e5a6f

Please sign in to comment.