Skip to main content
Memory Stores

Delete a memory item

DELETE
/memory_stores/{name}/items/{memory_id}

Deletes the specified memory item from the memory store.

Path Parameters
namestringrequired
The name of the memory store.
memory_idstringrequired
The ID of the memory item to delete.
Query Parameters
api-versionstringrequired
The API version to use for this operation.
Header Parameters
Foundry-Featuresstringrequired
A feature flag opt-in required when using preview operations or modifying persisted preview resources.
MemoryStores=V1Preview
Responses
objectenumrequired
The object type. Always 'memory_store.item.deleted'.
memory_store.item.deleted
memory_idstringrequired
The unique ID of the deleted memory item.
deletedbooleanrequired
Whether the memory item was successfully deleted.