# urlRedirectBulkDeleteBySearch - admin-graphql - MUTATION Version: 2024-07 ## Description Asynchronously delete redirects in bulk. ### Access Scopes `write_online_store_navigation` access scope. Also: Requires an active user. ## Arguments * [search](/docs/api/admin-graphql/2024-07/scalars/String): String! - Search query for filtering redirects on (both Redirect from and Redirect to fields). ## Returns * [job](/docs/api/admin-graphql/2024-07/objects/Job): Job The asynchronous job removing the redirects. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UrlRedirectBulkDeleteBySearchUserError): UrlRedirectBulkDeleteBySearchUserError! The list of errors that occurred from executing the mutation. ## Examples