savedSearchDelete - admin-graphql - MUTATION
Version: 2024-04
Description:
Delete a saved search.
Access Scopes
Arguments
-
input:
SavedSearchDeleteInput! -
The input fields to delete a saved search.
Returns
-
deletedSavedSearchId:
ID
The ID of the saved search that was deleted.
-
shop:
Shop!
The shop of the saved search that was deleted.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples