Anchor to validationDeletevalidation
validationDelete
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 ValidationDeletePayload returnsValidationDeletePayload returns
- Anchor to deletedIddeleted•
Id Returns the deleted validation ID.
- Anchor to userErrorsuser•
Errors [ValidationUser non-nullError!]! 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"
}