Dela via


PurviewGlossaries.DeleteGlossaryAsync(String, RequestContext) Method

Definition

Delete a glossary.

public virtual System.Threading.Tasks.Task<Azure.Response> DeleteGlossaryAsync (string glossaryGuid, Azure.RequestContext context = default);
abstract member DeleteGlossaryAsync : string * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteGlossaryAsync : string * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteGlossaryAsync (glossaryGuid As String, Optional context As RequestContext = Nothing) As Task(Of Response)

Parameters

glossaryGuid
String

The globally unique identifier for glossary.

context
RequestContext

The request context, which can override default behaviors on the request on a per-call basis.

Returns

Exceptions

glossaryGuid is null.

glossaryGuid is an empty string, and was expected to be non-empty.

Remarks

Schema for Response Error:

{
              requestId: string,
              errorCode: string,
              errorMessage: string
            }

Applies to