Skip to main content

delete_webhook

Function delete_webhook 

Source
pub async fn delete_webhook(pool: &PgPool, id: WebhookId) -> Result<(), Error>
Expand description

Deletes a webhook from the database. Delete webhook.