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