Skip to main content
Anchor to urlRedirectBulkDeleteByIds

urlRedirectBulkDeleteByIds

mutation

Requires write_online_store_navigation access scope. Also: Requires an active user.

Asynchronously delete URLRedirect objects in bulk by IDs. Learn more about URLRedirect objects.

[ID!]!required

A list of URLRedirect object IDs to delete.


Was this section helpful?

Anchor to UrlRedirectBulkDeleteByIdsPayload returnsUrlRedirectBulkDeleteByIdsPayload returns

Job

The asynchronous job removing the redirects.

[UrlRedirectBulkDeleteByIdsUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?