pub async fn extras_webhooks_bulk_destroy(
configuration: &Configuration,
webhook_request: Vec<WebhookRequest>,
) -> Result<(), Error<ExtrasWebhooksBulkDestroyError>>Expand description
Delete a list of webhook objects.
pub async fn extras_webhooks_bulk_destroy(
configuration: &Configuration,
webhook_request: Vec<WebhookRequest>,
) -> Result<(), Error<ExtrasWebhooksBulkDestroyError>>Delete a list of webhook objects.