urlRedirectDelete mutation
Version unstable
Deletes a redirect.
Required access
write_online_store_navigation
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
id
(
ID!
)
required
|
The ID of the redirect to delete. |
Return fields
-
deletedUrlRedirectId (
ID
)The ID of the deleted redirect.
-
userErrors (
[UrlRedirectUserError!]!
)List of errors that occurred executing the mutation.