# urlRedirectBulkDeleteByIds - admin-graphql - MUTATION Version: 2024-10 ## Description Asynchronously delete [URLRedirect](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirect) objects in bulk by IDs. Learn more about [URLRedirect](https://help.shopify.com/en/manual/online-store/menus-and-links/url-redirect) objects. ### Access Scopes `write_online_store_navigation` access scope. Also: Requires an active user. ## Arguments * [ids](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A list of [`URLRedirect`]( https://help.shopify.com/en/manual/online-store/menus-and-links/url-redirect ) object IDs to delete. ## 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/UrlRedirectBulkDeleteByIdsUserError): UrlRedirectBulkDeleteByIdsUserError! The list of errors that occurred from executing the mutation. ## Examples