Memory Stores
Delete a memory item
DELETE
/memory_stores/{name}/items/{memory_id}Deletes the specified memory item from the memory store.
Path ParametersQuery ParametersHeader Parameters
namestringrequired
The name of the memory store.memory_idstringrequired
The ID of the memory item to delete.api-versionstringrequired
The API version to use for this operation.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.