Deletes a file or directory from the remote SAS server.
Examples
if (FALSE) { # \dontrun{
sas_connect()
# upload document to SAS
quarto_file <- system.file("sasquatch.qmd", package = "sasquatch")
sas_upload(quarto_file, "sasquatch.qmd")
# remove document from SAS
sas_remove("sasquatch.qmd")
} # }