Function delete_chat_completion

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

Delete a stored chat completion. Only Chat Completions that have been created with the store parameter set to true can be deleted.