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
mutation urlRedirectBulkDeleteBySearch($search: String!) {
urlRedirectBulkDeleteBySearch(search: $search) {
job {
# Job fields
}
userErrors {
field
message
}
}
}
Input
{
"search": "<your-search>"
}
{
"search": "<your-search>"
}