Function delete_webhook_by_id

Source
pub async fn delete_webhook_by_id(
    configuration: &Configuration,
    container_for_webhook_ids: ContainerForWebhookIds,
) -> Result<(), Error<DeleteWebhookByIdError>>
Expand description

Removes webhooks by ID. Only webhooks registered by the calling Connect app are removed. If webhooks created by other apps are specified, they are ignored. Permissions required: Only Connect apps can use this operation.