Skip to main content
Memory Stores

Delete a memory store

DELETE
/memory_stores/{name}

Deletes the specified memory store.

Path Parameters
namestringrequired
The name of the memory store 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.deleted'.
memory_store.deleted
namestringrequired
The name of the memory store.
deletedbooleanrequired
Whether the memory store was successfully deleted.