cURL
curl --request DELETE \ --url https://draftliftai.com/api/v1/memories/{memory_id} \ --header 'Authorization: Bearer <token>'
{ "detail": "Missing or invalid authorization header" }
Permanently deletes a memory.
API key (dl_live_...) or Supabase JWT token
No Content
Was this page helpful?