For the complete documentation index, see llms.txt. This page is also available as Markdown.

deleteWebhook

public deleteWebhook(webhookId: string) : VyPromise<Any>

Parameters

webhookId

string

This is the `ID` of the webhook you want to delete.

Last updated