deleteWebhook

fun AccountActivity.deleteWebhook(    envName: String,     webhookId: String,     vararg options: Option): EmptyApiAction

Removes the webhook from the provided application's all activities configuration. The webhook ID can be accessed by making a call to GET /1.1/account_activity/all/webhooks.

Twitter API reference

Receiver

AccountActivity endpoint instance.

Return

EmptyApiAction.

Parameters

envName

Environment name.

webhookId

Webhook id.

options

Optional. Custom parameters of this request.