Memory Stores
Delete a memory store
DELETE
/memory_stores/{name}Deletes the specified memory store.
Path ParametersQuery ParametersHeader Parameters
namestringrequired
The name of the memory store 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.deleted'.memory_store.deleted
namestringrequired
The name of the memory store.deletedbooleanrequired
Whether the memory store was successfully deleted.