delete Webhook
abstract suspend fun deleteWebhook(webhookId: IgdbWebhookId): IgdbResult<List<IgdbWebhook>, IgdbHttpErrorResponse>
Removes a registered webhook.
Returns information about the removed webhook as confirmation.
Removes a registered webhook.
Returns information about the removed webhook as confirmation.