pub async fn remove_webhook( __arg0: State<Arc<AppState>>, __arg1: Path<String>, ) -> impl IntoResponse
Remove a webhook by service name.
Mounted at DELETE /api/v1/webhooks/{id} where id is the service_name.
DELETE /api/v1/webhooks/{id}