Skip to main content

DELETE VALIDATION

Description

Delete an existing Data Quality Validation.

Note that the SQL statement does not end with ;

Note that deleting a validation will not impact existing Flows using the validation, i.e., Flows will keep working with the validation config even after validation is deleted

Syntax

DELETE VALIDATION `<name>`

Sample response

Examples

DELETE VALIDATION `my_validation`

Required parameters

  • <name>: Specify the name of the Validation to delete.