DeleteWebhook

void DeleteWebhook(FString WebhookId, const FVyOnComplete& OnComplete) const;

Parameters

WebhookId

FString

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

OnComplete

FVyOnComplete

The callback function called when the user preferences retrieval operation is complete.

Last updated