I would like to delete the MySQL DB records using ADF.
I have created the pipeline in ADF and I am copying the data from a MySQL Database to Storage Account using copy activity in ADF, once that's completed, I would like to delete those copied records from MySQL database.
I am not able to find out any activity which can allow to delete the records from MySQL Database.
Script Activity doesn't allow MySQL linked Service only SQL DB allowed.
Please need your suggestion to complete it.