| foundry_file_delete | R Documentation |
Delete a Microsoft Foundry file
foundry_file_delete(
file_id,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = NULL
)
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. |
A tibble with deletion status.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.