curl -X POST "https://api.magpipe.ai/functions/v1/delete-memory" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"memory_id": "789e0123-e89b-12d3-a456-426614174000"
}'
{
"success": true
}
Delete a caller’s memory
curl -X POST "https://api.magpipe.ai/functions/v1/delete-memory" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"memory_id": "789e0123-e89b-12d3-a456-426614174000"
}'
{
"success": true
}
curl -X POST "https://api.magpipe.ai/functions/v1/delete-memory" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"memory_id": "789e0123-e89b-12d3-a456-426614174000"
}'
{
"success": true
}