Skip to main content
Anchor to ValidationDeletePayload

ValidationDeletePayload

payload

Return type for validationDelete mutation.

•ID

Returns the deleted validation ID.

•[ValidationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Deletes a cart and checkout validation, removing its rule from the shop's checkout. Once deleted, its cart and checkout validation function no longer runs during checkout.

Arguments

•ID!
required

The ID representing the installed validation.



Was this section helpful?