> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Page

Delete a Page.

<Note>
  External Documentation

  To learn more, visit the [Notion documentation](https://developers.notion.com/reference/archive-a-page).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                                                                                         |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Page ID   | The ID of the page to delete. <br />Note: Only pages with titles will appear in the autofill. If the relevant page name does not appear, manually add it's ID instead. <br />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`. |
</div>

## Example Output

```json theme={"dark"}
{
	"object": "<string>",
	"id": "<string>",
	"parent": {
		"type": "<string>",
		"database_id": "<string>"
	},
	"created_time": "2003-01-01T00:02:55.123Z",
	"last_edited_time": "2001-07-10T16:47:54.061Z",
	"created_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"last_edited_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"has_children": false,
	"archived": true,
	"in_trash": true,
	"type": "<string>",
	"child_page": {
		"title": "<string>"
	},
	"request_id": "<string>"
}
```

## Workflow Library Example

[Delete Page with Notion and Send Results Via Email](https://library.blinkops.com/workflows/delete-page-with-notion-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/delete-page-with-notion-and-send-results-via-email/canvas" />
</div>
