Skip to main content
DELETE
/
api
/
profiles
/
{id}
/
memories
/
{memoryId}
{
  "success": true
}

Overview

Removes a specific memory from a user profile.

Path Parameters

id
string
required
Profile ID
memoryId
string
required
Memory ID to delete

Response

{
  "success": true
}

Example

curl -X DELETE https://api.yourserver.com/api/profiles/user-123/memories/mem-125 \
  -H "Authorization: Bearer gp_your_key"