Is this page helpful?
Deletes any cached resources associated with a video source.
static deleteCachedVideo(videoSrc: string, options?: ServiceOptions): Promise<boolean>;
videoSrc
The source URL to delete.
options
Options to use when interfacing with the service.
The source URL refers to the originally requested resource. For calls made to getPlayableUrl
/getPlayableUrlAsync
, refer to the URL originally supplied to the method. For convertVideo
, the cached URL will need to be provided.