Share via


IWebhookOperations.Delete(String) Method

Definition

Deletes a webhook from the container registry.

public void Delete (string webhookName);
abstract member Delete : string -> unit
Public Sub Delete (webhookName As String)

Parameters

webhookName
String

The name of the webhook.

Applies to