# urlRedirectDelete - admin-graphql - MUTATION Version: 2024-07 ## Description Deletes a [`UrlRedirect`](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirect) object. ### Access Scopes `write_online_store_navigation` access scope. ## Arguments * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of the redirect to delete. ## Returns * [deletedUrlRedirectId](/docs/api/admin-graphql/2024-07/scalars/ID): ID The ID of the deleted redirect. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UrlRedirectUserError): UrlRedirectUserError! The list of errors that occurred from executing the mutation. ## Examples