overwolf.media.videos.deleteVideo
Overwolf APIs / overwolf / overwolf / media / videos / deleteVideo
function deleteVideo(
videoUrl: string,
callback: CallbackFunction<Result>,
): void;
Deletes a specific video created by this app.
Parameters
| Parameter | Type | Description |
|---|---|---|
videoUrl | string | The Overwolf URL of the video to delete. |
callback | CallbackFunction<Result> | A callback function which will be called with the status of the request. |
Returns
void