Function delete_thread

Source
pub fn delete_thread<C, Fut, B, E>(
    client: C,
    params: &DeleteThreadParams,
) -> DeleteThread<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Delete a thread.