validationDelete - admin-graphql - MUTATION
Version: 2024-10
Description:
Deletes a validation.
Access Scopes
`write_validations` access scope.
Arguments
-
id:
ID! -
The ID representing the installed validation.
Returns
-
deletedId:
ID
Returns the deleted validation ID.
-
userErrors:
ValidationUserError!
The list of errors that occurred from executing the mutation.
Examples