Skip to main content

remove_webhook

Function remove_webhook 

Source
pub async fn remove_webhook(
    __arg0: State<Arc<AppState>>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand description

Remove a webhook by service name.

Mounted at DELETE /api/v1/webhooks/{id} where id is the service_name.