v1
Memory

Delete Memory V1

Delete a memory item by ID.

**Authentication Required**:
One of the following authentication methods must be used:
- Bearer token in `Authorization` header
- API Key in `X-API-Key` header
- Session token in `X-Session-Token` header

**Required Headers**:
- X-Client-Type: (e.g., 'papr_plugin', 'browser_extension')
delete/v1/memory/{memory_id}

Path parameters

memory_idstring required

Query parameters

skip_parseboolean

Skip Parse Server deletion

Skip Parse Server deletion

Response

Memory successfully deleted

codeinteger

HTTP status code

statusstring

'success' or 'error'

messagestring nullable
errorstring nullable
memoryIdstring
objectIdstring
{"stackTrail":"components:schemas:DeleteMemoryResponse:properties:details:anyOf","oasType":"schema","type":"unknown","title":"Details","nullable":true}

Changes

Changed in 1 of the 37 revisions of this API.8

    • added the optional property deletion_status/anyOf[subschema #1: DeletionStatus]/holographic to the response with the 200 status

      response-optional-property-added

    • added the optional property deletion_status/anyOf[subschema #1: DeletionStatus]/holographic to the response with the 207 status

      response-optional-property-added

    • added the optional property deletion_status/anyOf[subschema #1: DeletionStatus]/holographic to the response with the 400 status

      response-optional-property-added

    • added the optional property deletion_status/anyOf[subschema #1: DeletionStatus]/holographic to the response with the 401 status

      response-optional-property-added

    • added the optional property deletion_status/anyOf[subschema #1: DeletionStatus]/holographic to the response with the 404 status

      response-optional-property-added

    • added the optional property deletion_status/anyOf[subschema #1: DeletionStatus]/holographic to the response with the 500 status

      response-optional-property-added

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added