# savedSearchDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Delete a saved search. ### Access Scopes ## Arguments * [input](/docs/api/admin-graphql/2024-10/input-objects/SavedSearchDeleteInput): SavedSearchDeleteInput! - The input fields to delete a saved search. ## Returns * [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. ## Examples