The API does not support permanently deleting pages.
archived (or in_trash) body param set to true. To restore a page, set archived (or in_trash) to false.
Example request: archive a Notion page
update method available for Notion pages.
200 HTTP status code and the archived page object, as in the following example:
Example request: restore a Notion page
200 HTTP status code and the restored page object. Refer to the error codes documentation for possible errors.