rozod
    Preparing search index...

    Variable deleteUniversesUniverseIdDatastoresDatastoreEntriesEntryConst Param See Deprecated

    deleteUniversesUniverseIdDatastoresDatastoreEntriesEntry: EndpointGeneric<
        {
            datastoreName?: null
            | string;
            entryKey?: null | string;
            scope?: null | string;
            universeId: number;
        },
        void,
        undefined,
    > = ...

    Delete Entry · BETA

    Marks the entry as deleted by creating a tombstone version. Entries are deleted permanently after 30 days.

    Lua equivalent: GlobalDataStore:RemoveAsync Scopes: universe-datastores.objects:delete

    universeId The identifier of the experience with data stores that you want to access. You can find your experience's universe ID on Creator Hub. datastoreName The name of the data store. entryKey The key identifying the entry. scope The value is global by default. See Scopes. DELETE https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/entries/{entry_id} DELETE https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/scopes/{scope_id}/entries/{entry_id} Prefer the v2 alternative(s) listed above.