Function repo_delete_file

Source
pub async fn repo_delete_file(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    filepath: &str,
    body: DeleteFileOptions,
) -> Result<FileDeleteResponse, Error<RepoDeleteFileError>>