# 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](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the URL redirect saved search for filtering. ## Returns * [job](/docs/api/admin-graphql/2024-10/objects/Job): Job The asynchronous job removing the redirects. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UrlRedirectBulkDeleteBySavedSearchUserError): UrlRedirectBulkDeleteBySavedSearchUserError! The list of errors that occurred from executing the mutation. ## Examples