Share via


IWebhookOperations.DeleteAsync(String, CancellationToken) Method

Definition

Deletes a webhook from the container registry.

public System.Threading.Tasks.Task DeleteAsync (string webhookName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteAsync (webhookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

webhookName
String

The name of the webhook.

cancellationToken
CancellationToken

Returns

Applies to