Skip to main content
DELETE /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id} Deletes a memory entry. A version with operation deleted is recorded.

Path parameters

ParameterDescription
memory_store_idThe store ID (memstore_...)
memory_idThe memory ID (mem_...)

Headers

HeaderRequiredDescription
AuthorizationYesBearer <PAT>

Example request

curl -X DELETE "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_xxx/memories/mem_xxx" \
  -H "Authorization: Bearer $QODER_PAT"

Response

{
  "id": "mem_...",
  "type": "memory_deleted"
}

Errors

HTTPTypeTrigger
404not_found_errorStore or memory does not exist
409invalid_request_errorStore is archived