Variable deleteInventoryAssetAssetidConst

deleteInventoryAssetAssetid: EndpointGeneric<{
    assetId: number;
}, {}, any> = ...

DELETE https://inventory.roblox.com/v2/inventory/asset/:assetId

Give up an asset owned by the authenticated user. Assets that are created by Roblox user or are limited edition are not eligible for deletion and will return NotEligibleForDelete.

ID of the asset to delete.