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:
ID! -
A list of [`URLRedirect`](
https://help.shopify.com/en/manual/online-store/menus-and-links/url-redirect
) object IDs to delete.
Returns
job:
Job
The asynchronous job removing the redirects.
userErrors:
UrlRedirectBulkDeleteByIdsUserError!
The list of errors that occurred from executing the mutation.