DROP FILE
This statement is used to delete an uploaded file.
grammar:
DROP FILE "file_name" [FROM database] [properties]
illustrate:
catalog: Required. The category the file belongs to.Delete the file ca.pem
DROP FILE "ca.pem" properties("catalog" = "kafka");
DROP, FILE