rozod
    Preparing search index...

    Variable deleteCloudV2UniversesUniverseIdDataStoresDataStoreIdScopesScopeIdEntriesEntryIdConst Api Param Description

    deleteCloudV2UniversesUniverseIdDataStoresDataStoreIdScopesScopeIdEntriesEntryId: EndpointGeneric<
        {
            data_store_id: string;
            entry_id: string;
            scope_id: string;
            universe_id: string;
        },
        void,
        undefined,
    > = ...

    DELETE https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/scopes/:scope_id/entries/:entry_id Delete Data Store Entry universe_id The universe ID. data_store_id The data-store ID. scope_id The scope ID. entry_id The entry ID. Marks the specified entry for deletion.

    Entries are not be deleted immediately; instead, the state field will be set to DELETED. Permanent deletion occurs after 30 days.

    On success, returns 200 OK. If the entry doesn't exist, returns 404 Not Found.