--- title: urlRedirectBulkDeleteAll - GraphQL Admin description: Asynchronously delete [URL redirects](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirect) in bulk. api_version: 2025-10 api_name: admin type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/mutations/urlredirectbulkdeleteall md: https://shopify.dev/docs/api/admin-graphql/latest/mutations/urlredirectbulkdeleteall.md --- # url​Redirect​Bulk​Delete​All mutation Requires `write_online_store_navigation` access scope. Also: Requires an active user. Asynchronously delete [URL redirects](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirect) in bulk. ## Url​Redirect​Bulk​Delete​All​Payload returns * job [Job](https://shopify.dev/docs/api/admin-graphql/latest/objects/Job) The asynchronous job removing the redirects. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### urlRedirectBulkDeleteAll reference ## Mutation Reference ```graphql mutation urlRedirectBulkDeleteAll { urlRedirectBulkDeleteAll { job { # Job fields } userErrors { field message } } } ``` ## Input ```json {} ``` ##### Variables ``` {} ```