DELETE /api/v1/cloud/memory_stores/{memory_store_id}
Permanently deletes a memory store along with all its memories and versions.
Memory Stores
Delete a memory store
Permanently delete a memory store and all its memories and versions.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a memory store and all its memories and versions.
DELETE /api/v1/cloud/memory_stores/{memory_store_id}
Permanently deletes a memory store along with all its memories and versions.
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
| Parameter | Description |
|---|---|
memory_store_id | The store ID (memstore_...) |
curl -X DELETE "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_019e5cdb9c3f71c3b6505eba937a40b4" \
-H "Authorization: Bearer $QODER_PAT"
{
"id": "memstore_019e5cdb9c3f71c3b6505eba937a40b4",
"type": "memory_store_deleted"
}