rozod
    Preparing search index...

    Variable postAssetsAssetIdArchiveConst Api Param Description

    postAssetsAssetIdArchive: EndpointGeneric<
        { assetId: string },
        {
            assetId: number;
            assetType: string;
            creationContext: {
                creator: { groupId: number; userId: number };
                expectedPrice: number;
            };
            description: string;
            displayName: string;
            icon: string;
            moderationResult: { moderationState: string };
            path: string;
            previews: { altText: string; asset: string }[];
            revisionCreateTime: string;
            revisionId: string;
            socialLink: { title: string; uri: string };
            state: "Unspecified" | "Active" | "Archived";
        },
        undefined,
    > = ...

    POST https://apis.roblox.com/cloud/v1/assets/:assetId:archive Archives the asset. assetId The unique identifier of the asset. Archives the asset. Archived assets disappear from the website and are no longer usable or visible in Roblox experiences, but you can restore them.