Skip to main content

uninstall_package

Function uninstall_package 

Source
pub async fn uninstall_package(
    __arg0: State<AppState>,
    __arg1: Path<String>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>
Expand description

DELETE /api/packages/{name} — uninstall a package (unload WASM + delete files)