rozod
    Preparing search index...

    Variable deleteUniversesUniverseIdDatastoresDatastoreEntriesEntryConst Api Param Description

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

    DELETE https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries/entry Delete entry. universeId The identifier of the experience with data stores that you want to access. You can copy your experience's Universe ID on the Creator Dashboard. datastoreName The name of the data store. entryKey The key identifying the entry. scope The value is global by default. See Scopes. Marks the entry as deleted by creating a tombstone version. Entries are deleted permanently after 30 days.