pub async fn drop_table(
configuration: &Configuration,
id: &str,
drop_table_request: DropTableRequest,
delimiter: Option<&str>,
) -> Result<DropTableResponse, Error<DropTableError>>Expand description
Drop table id and delete its data.