Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface CancelVideoUploadRequest

    Request parameters for cancel_video_upload

    Use this API to cancel an ongoing video upload task. If the upload has already succeeded, failed, or been cancelled, this operation will fail and return error.

    interface CancelVideoUploadRequest {
        video_upload_id: string;
    }
    Index

    Properties

    Properties

    video_upload_id: string

    The unique ID of the upload task, returned by v2.media.init_video_upload.