Cloud APIs
MemoryStoresApi
deleteSortedMapItem

deleteSortedMapItem

Deletes a sorted map item.

Parameters

NameTypeDescription
universeIdIdentifierThe id of the universe to get the sorted map item from.
sortedMapstringThe sorted map to get the item from.
itemIdstringThe id of the item to update.
etag?stringServer generated id for conditional delete.

Example

await MemoryStoresApi.deleteSortedMapItem({ universeId: 5243626809, sortedMap: "MySortedMap", itemId: "Testing1234" }); 

Endpoint

DELETE /v2/universes/{universeId}/memory-store/sorted-maps/{sortedMap}/items/{itemId}