--- title: PageDeletePayload - GraphQL Admin description: Return type for `pageDelete` mutation. api_version: 2024-10 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/PageDeletePayload md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/PageDeletePayload.txt --- # Page​Delete​Payload payload Return type for `pageDelete` mutation. ## Fields * deleted​Page​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) The ID of the deleted page. * user​Errors [\[Page​Delete​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PageDeleteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [page​Delete](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/pageDelete) mutation Deletes a page. *** ## Map ### Mutations with this payload * <\~>[page​Delete](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/pageDelete)