The API does not support permanently deleting pages.
in_trash body param set to true. To restore a page from the trash, set in_trash to false.
Example request: trash a Notion page
update method available for Notion pages.
200 HTTP status code and the trashed 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.