📘
DG Live
  • Introduction
    • 📗Introduction
  • Getting Started
    • 📗Getting Started
  • Marketplace
    • ⛏️Create a New NFT Collection
    • ⛏️Mint an Item in the Collection
    • 👮Metadata Standards
    • 💲Royalty Management
    • 🛍️Buying an item
    • 🛒Selling an item
  • Business Manager
    • 📗Getting Started
    • ⚙️Overview
    • 👱‍♂️Profile
    • 🏠Scenes
      • Scene implementation code
      • Scene Panorama
      • Scene Marketplace
        • Slots
        • Market panorama
      • Scene Scheduling
      • Scene Groups
      • Sharing a Scene
      • Deleting a Scene
    • 📈Market Analytics
    • 🔌API Auth
    • 📘API Reference
  • Developer Resources
    • 📊Marketplace Plugin
    • 🛒Marketplace SDK
      • ⚙️Installation
      • 📪Basic usage
    • 🌐Metaverse SDK
      • Basic Usage
      • Advanced Usage
    • 🔌API Reference
      • Marketplace Methods
      • Business Manager API
    • 📔Smart Contract Reference
      • Methods
        • Buy
        • Sell
        • Cancel
        • BuyForGift
        • isActive
        • getPrice
      • Events
        • Buy
        • Sell
        • Cancel
        • BuyForGift
  • Tutorials & Resources
    • 🏪Creating a metaverse store
      • Creating a Decentraland Scene
      • Create an account on the business manager
      • Place an item for sale
    • 🙌Sample Scene
  • Use Cases
    • ⏯️Exploring Use Cases
    • 🎨Digital Art Gallery in the Metaverse and Web
    • 🖥️NFT Gaming Platform
    • 🎮Virtual Concert Experience
    • 👔Fashion Industry and Virtual Avatars
Powered by GitBook
On this page
  • Overview
  • Deleting a scene
  1. Business Manager
  2. Scenes

Deleting a Scene

PreviousSharing a SceneNextMarket Analytics

Last updated 2 years ago

Overview

Deleting a Scene allows you to permanently remove a scene from your metaverse NFT store.

Deleting a scene

You are about to enter the danger zoneWhen you no longer need a scene, you have the option to easily remove it from your dashboard.Simply go to your scene overview screen selecting it from the left menu and click on "Delete", you will be prompted with the following lightbox popup

Warning

You need to take into consideration before going ahead, that every resource associated to this scene will be deleted and every endpoint related to this scene will stop working immediately.

The following components will be deleted or affected by this action

  • Media resources, including files hosted on the cloud

  • Variables

  • Scene groups

  • Shared scenes ( Any user who had this scene will no longer be able to access it)

  • MetaMarket: All of your slots associated to the scene will be deleted

  • API Endpoints: Any endpoint related to the scene will no longer work.

If you are 100% sure you want to move ahead, then click on the red delete button.

🏠