rozod
    Preparing search index...

    Variable deleteCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryIdConst Param

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

    STABLE

    Deletes the specified entry.

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

    Scopes: universe.ordered-data-store.scope.entry:write Engine: Not available in-engine

    universe_id The universe ID. ordered_data_store_id The ordered-data-store ID. scope_id The scope ID. entry_id The entry ID.