DELETE SOURCE
Description
Delete an existing Source.
Note that the SQL statement does not end with ;
info
You must first remove the source from any Flows before deleting it.
Syntax
DELETE SOURCE `<name>`
Sample response
Examples
DELETE SOURCE `my_source`
Required parameters
<name>: Specify the name of the Source to delete.