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