{
"event": "entity.removed",
"subscription_id": "sub_abc123",
"entities": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "The Shorty",
"city": "London",
"entity_type": "restaurant",
"external_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"fields": {
"phone": "+44 20 1234 5678",
"rating": 4.5,
"website": "https://theshorty.co.uk"
}
}
],
"occurred_at": "2025-01-15T10:30:00.000Z"
}Webhook Events
entity.removed
Fired when an entity no longer appears in source data for the subscription city.
WEBHOOK
entity.removed
{
"event": "entity.removed",
"subscription_id": "sub_abc123",
"entities": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "The Shorty",
"city": "London",
"entity_type": "restaurant",
"external_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"fields": {
"phone": "+44 20 1234 5678",
"rating": 4.5,
"website": "https://theshorty.co.uk"
}
}
],
"occurred_at": "2025-01-15T10:30:00.000Z"
}Body
application/json
Response
200
Acknowledged. Any 2xx response is treated as success.