DELETE TRANSFORMATION
Description
Delete an existing Transformation.
Note that the SQL statement does not end with ;
Note that deleting a transformation will not impact existing Flows using the transformation, i.e., Flows will keep working with the transformation config even after transformation is deleted
Syntax
DELETE TRANSFORMATION `<name>`
Sample response
Examples
DELETE TRANSFORMATION `my_transform`
Required parameters
<name>: Specify the name of the Transformation to delete.