rozod
    Preparing search index...

    Variable deleteCloudV2UniversesUniverseIdDataStoresDataStoreIdScopesScopeIdEntriesEntryIdConst Param

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

    STABLE

    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.

    Scopes: universe-datastores.objects:delete Engine: Not available in-engine

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