Anchor to urlRedirectBulkDeleteBySearchurl
urlRedirectBulkDeleteBySearch
mutation
Requires access scope. Also: Requires an active user.
Asynchronously delete redirects in bulk.
Anchor to Arguments
Arguments
- Anchor to searchsearch•String!required
Search query for filtering redirects on (both Redirect from and Redirect to fields).
Was this section helpful?
Anchor to UrlRedirectBulkDeleteBySearchPayload returnsUrlRedirectBulkDeleteBySearchPayload returns
- •
The asynchronous job removing the redirects.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation urlRedirectBulkDeleteBySearch($search: String!) {2 urlRedirectBulkDeleteBySearch(search: $search) {3 job {4 # Job fields5 }6 userErrors {7 field8 message9 }10 }11}
Input
1{2 "search": "<your-search>"3}
{
"search": "<your-search>"
}