Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface DeleteVideoParams

    interface DeleteVideoParams {
        post_id_list?: string[];
        postIdList?: string[];
        video_upload_id_list?: string[];
        videoUploadIdList?: string[];
    }
    Index

    Properties

    Optionalpost_id_list

    post_id_list?: string[]
    postIdList?: string[]

    You can only select one from video_upload_id_list and post_id_list: - If you want to delete video with draft status, please pass video_upload_id_list.- If you want to delete video with post status, please pass post_id_list.

    video_upload_id_list?: string[]
    videoUploadIdList?: string[]

    You can only select one from video_upload_id_list and post_id_list: - If you want to delete video with draft status, please pass video_upload_id_list.- If you want to delete video with post status, please pass post_id_list.