pub async fn drop_table(
configuration: &Configuration,
id: &str,
delimiter: Option<&str>,
) -> Result<DropTableResponse, Error<DropTableError>>Expand description
Drop table id and delete its data. REST NAMESPACE ONLY REST namespace does not use a request body for this operation. The DropTableRequest information is passed in the following way: - id: pass through path parameter of the same name