foundry_file_delete: Delete a Microsoft Foundry file

View source: R/files.R

foundry_file_deleteR Documentation

Delete a Microsoft Foundry file

Description

Delete a Microsoft Foundry file

Usage

foundry_file_delete(
  file_id,
  api_key = NULL,
  token = NULL,
  endpoint = NULL,
  api_version = NULL
)

Arguments

file_id

Character. File ID to delete.

api_key

Character. Optional API key override.

token

Character. Optional bearer token override.

endpoint

Character. Optional endpoint override.

api_version

Character. Optional API version query value.

Value

A tibble with deletion status.

Examples

## Not run: 
# Requires a configured Azure endpoint and credentials,
# plus the ID of a file you can delete.
foundry_file_delete("file_abc123")

## End(Not run)

foundryR documentation built on Sept. 25, 2026, 1:10 a.m.