| foundry_video_job_delete | R Documentation |
foundry_video_job_delete(
job_id,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = "preview"
)
job_id |
Character. Video generation job ID. |
api_key |
Character. Optional API key override. |
token |
Character. Optional bearer token override. |
endpoint |
Character. Optional endpoint override. |
api_version |
Character. Optional API version. Defaults to |
A tibble with deletion status.
## Not run:
# Requires a configured Azure endpoint and credentials,
# plus an existing video job you can delete.
foundry_video_job_delete("videojob_abc123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.