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 Stream Captures using the validation, i.e., stream captures 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.