Skip to main content

Delete Page

Delete a Page.

External Documentation

To learn more, visit the Notion documentation.

Parameters

ParameterDescription
Page IDThe ID of the page to delete.
Note: Only pages with titles will appear in the autofill. If the relevant page name does not appear, manually add it's ID instead.
The ID can be found in the suffix of the page's web link. For example, the page in link https://www.notion.so/Blink-Is-Awesome-d132f3904fbc45329chjc7b1d52661e5 will have the ID d132f3904fbc45329chjc7b1d52661e5.

Example Output

{
"archived": true,
"child_page": {
"title": ""
},
"created_by": {
"id": "6794760a-1f15-45cd-9c65-0dfe42f5135a",
"object": "user"
},
"created_time": "2022-02-24T22:14:00.000Z",
"has_children": false,
"id": "2646ac0d-df90-4bab-bb4e-75e3cb972ed1",
"last_edited_by": {
"id": "92a680bb-6970-4726-952b-4f4c03bff617",
"object": "user"
},
"last_edited_time": "2022-02-24T22:15:00.000Z",
"object": "block",
"type": "child_page"
}

Workflow Library Example

Delete Page with Notion and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop