DELETE /api/v1/cloud/memory_stores/{memory_store_id}
Permanently deletes a memory store along with all its memories and versions.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
memory_store_id | string | Yes | Memory Store ID with the memstore_ prefix |
Example request
Example response
HTTP 200 OK
Notes
No request body is required. Stores in either active or archived state can be deleted. Deletion is permanent and cannot be undone.
Error codes
| HTTP | type | Trigger |
|---|---|---|
| 401 | authentication_error | Missing or invalid authentication token |
| 404 | not_found_error | No Memory Store exists with the specified ID |