CorpusPermissionClientDeletePermissionAsync Method

Deletes a Permission resource.

Definition

Namespace: GenerativeAI.Clients
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public Task DeletePermissionAsync(
	string name
)

Parameters

name  String
The resource name of the Permission to delete.

Return Value

Task
A task representing the asynchronous operation.

See Also