Skip to main content
POST
/
api
/
v1
/
context
/
memory
/
delete
Delete memory context data
curl --request POST \
  --url https://platform-backend.getalchemystai.com/api/v1/context/memory/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "memoryId": "support-thread-TCK-1234"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
memoryId
string

The ID of the memory to delete

user_id
string | null
deprecated

Optional user ID

organization_id
string | null

Optional organization ID

Response

Successfully deleted memory context