Unispec Docs
ApiMemory

Delete all memories

Delete every memory for the given entity scope.

DELETE
/v3/memories/

Delete every memory for the given entity scope.

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v3/memories/" \  -H "Content-Type: application/json" \  -d '{}'
{  "deleted": "string"}
{  "detail": "string"}