Delete a memory
Delete one active memory by key and scope. Function-authenticated requests use their own Function id and cannot override it. Deletes are idempotent without if_version; a stale if_version returns memory_conflict.
Query parameters
Memory key. Must be at most 512 UTF-8 bytes.
Explicit scope type. Omit to use automatic scope resolution. Pass function with scope_id=<function-id>, or org with no scope_id. Function-authenticated requests cannot override their automatic Function scope.
Function id UUID when scope_type=function. Not valid with scope_type=org. Function-authenticated requests may only use their own Function id.
Bigint counter serialized as a base-10 string.
Optional compare-and-delete version.
Headers
Optional function id UUID used as the default scope for non-function-authenticated requests when query scope parameters are omitted.
Response
Delete result.