Anchor to domainVerificationTagRemovedomain
domainVerificationTagRemove
mutation
Removes a Meta tag from the online store for a given shop. The tag is used for verifying merchant domains during marketplace onboarding.
Anchor to Arguments
Arguments
- Anchor to namename•String!required
The name of the Meta tag, as it appears on the online store.
Was this section helpful?
Anchor to DomainVerificationTagRemovePayload returnsDomainVerificationTagRemovePayload returns
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation domainVerificationTagRemove($name: String!) {
domainVerificationTagRemove(name: $name) {
userErrors {
field
message
}
}
}
Input
{
"name": "<your-name>"
}
{
"name": "<your-name>"
}