This guide will be removed on April 29, 2022. Please use our new, easier-to-use Toast technical documentation site. All updated content is on the new site.
Your integration has been removed from a new restaurant location.
The payload for the partner_removed
webhook event is
identical to the payload for the partner_added
event. See
partner_added for
details.
Payload example for the partner_removed event
{ "timestamp": “2019-09-16T21:22:12.825Z”, "eventCategory": "partner", "eventType": "partner_removed", "guid": "00000000-0000-0000-0000-000000000000", "details": { "restaurantGuid": "00000000-1111-2222-3333-444444444444", "managementGroupGuid": "55555555-6666-7777-8888-999999999999", "restaurantName": "Toast Grill & Tap", "locationName": "Fenway, Boston, MA", "externalGroupRef": null, "externalRestaurantRef": null, "modifiedDate": 1568667880240, "createdDate": 1568667880240, "isoModifiedDate": “2019-09-16T21:01:53.685Z”, "isoCreatedDate": “2019-09-16T21:01:53.685Z”, "createdByFirstName": "Toast", "createdByLastName": "Admin", "createdByEmailAddress": "admin@toasttab.com", "createdByPhoneNumber": null, "restaurantPhoneNumber": "6175551234", "restaurantAddressLine1": "401 Park Drive" "restaurantAddressLine2": null, "restaurantCity": "Boston", "restaurantState": "MA", "restaurantZipCode": "02215" } }