Developers: Get a first look at our new Developer Platform on May 13. Register today →
{
"id": "<string>",
"timestamp": "<string>",
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_name": "<string>",
"subscription_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"authors": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
],
"attempt_number": 123,
"api_version": "2022-06-28",
"type": "<string>",
"entity": {
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"data": {
"parent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "space",
"data_source_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"accessible_by": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
]
}Webhook event for page deleted in a workspace
{
"id": "<string>",
"timestamp": "<string>",
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_name": "<string>",
"subscription_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"authors": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
],
"attempt_number": 123,
"api_version": "2022-06-28",
"type": "<string>",
"entity": {
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"data": {
"parent": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "space",
"data_source_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
},
"accessible_by": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.notion.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier for this webhook event.
ISO 8601 timestamp of when the event occurred. Can be used to order events.
The ID of the workspace where the event originated.
The name of the workspace where the event originated.
The ID of the webhook subscription.
The ID of the integration the subscription is set up with.
The users or bots that performed the action. Typically an array of length 1; can be more for aggregated events.
100Show child attributes
The delivery attempt number (1-8) of the current event delivery.
The Notion API version that was used to render this webhook event's shape.
2022-06-28, 2025-09-03, 2026-03-11 Always page.deleted
"page.deleted"The object that triggered the event.
Show child attributes
Additional event-specific data.
Show child attributes
The users or bots who own the bot connection to the integration_id and have access to the webhook's entity. Only present for public integrations.
100Show child attributes
Return an HTTP 200 status code to indicate that the data was received successfully.