servers::http::event

Function delete_pipeline

source
pub async fn delete_pipeline(
    __arg0: State<LogState>,
    __arg1: Extension<QueryContext>,
    __arg2: Query<LogIngesterQueryParams>,
    __arg3: Path<String>,
) -> Result<GreptimedbManageResponse>