Function delete_topic

Source
pub async fn delete_topic(
    configuration: &Configuration,
    tr_dataset: &str,
    topic_id: &str,
) -> Result<(), Error<DeleteTopicError>>
Expand description

Delete an existing chat topic. When a topic is deleted, all associated chat messages are also deleted. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.