cURL
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" } '
Deletes memory context data based on provided parameters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the memory to delete
Optional user ID
Optional organization ID
Successfully deleted memory context