SQL Command ReferenceDELETE STREAM CAPTUREOn this pageDELETE STREAM CAPTURE Description Delete an existing Stream Capture. Note that the SQL statement does not end with ; Syntax DELETE STREAM CAPTURE `<name>` Sample response Examples DELETE STREAM CAPTURE `my_stream` Required parameters <name>: Specify the name of the Stream Capture to delete.