# SavedSearchDeletePayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `savedSearchDelete` mutation. ### Access Scopes ## Fields * [deletedSavedSearchId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the saved search that was deleted. * [shop](/docs/api/admin-graphql/2024-10/objects/Shop): Shop! - The shop of the saved search that was deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [savedSearchDelete](/docs/api/admin-graphql/2024-10/mutations/savedSearchDelete) ## Examples