urlRedirectBulkDeleteBySavedSearch - admin-graphql - MUTATION
Version: 2024-10
Description:
Asynchronously delete redirects in bulk.
Access Scopes
`write_online_store_navigation` access scope. Also: Requires an active user.
Arguments
-
savedSearchId:
ID! -
The ID of the URL redirect saved search for filtering.
Returns
-
job:
Job
The asynchronous job removing the redirects.
-
userErrors:
UrlRedirectBulkDeleteBySavedSearchUserError!
The list of errors that occurred from executing the mutation.
Examples