CorporaClientDeleteCorpusAsync Method
Namespace: GenerativeAI.ClientsAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public Task DeleteCorpusAsync(
string name,
bool? force = null
)
- name String
- The name of the Corpus to delete.
- force NullableBoolean (Optional)
- If set to true, any Document resources and objects related to this Corpus will also be deleted.
TaskA task representing the asynchronous operation.