Anchor to validationDeletevalidation
validation Delete
mutation
Requires access scope.
Deletes a validation.
Anchor to Arguments
Arguments
- •ID!required
The ID representing the installed validation.
Was this section helpful?
- Anchor to deletedIddeleted•
Id Returns the deleted validation ID.
- Anchor to userErrorsuser•
Errors [ValidationUser Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation validationDelete($id: ID!) {
validationDelete(id: $id) {
deletedId
userErrors {
field
message
}
}
}
Input
{
"id": "gid://shopify/<objectName>/10079785100"
}
{
"id": "gid://shopify/<objectName>/10079785100"
}