Function delete_script_by_path

Source
pub async fn delete_script_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    keep_captures: Option<bool>,
) -> Result<String, Error<DeleteScriptByPathError>>