Delete a memory and its associated chunks from the index.
This removes the memory completely from the vector index and database. The operation deletes:
Args: source: The document provider (e.g., gmail, notion, vault) resource_id: The unique identifier of the resource to delete api_token: Authentication token
Returns: MemoryDeletionResponse with deletion details
Raises: DocumentNotFound: If the resource doesn’t exist or user doesn’t have access
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
collections
, vault
, web_crawler
, notion
, slack
, google_calendar
, reddit
, box
, google_drive
, airtable
, algolia
, amplitude
, asana
, ashby
, bamboohr
, basecamp
, bubbles
, calendly
, confluence
, clickup
, datadog
, deel
, discord
, dropbox
, exa
, facebook
, front
, github
, gitlab
, google_docs
, google_mail
, google_sheet
, hubspot
, jira
, linear
, microsoft_teams
, mixpanel
, monday
, outlook
, perplexity
, rippling
, salesforce
, segment
, todoist
, twitter
, zoom
Successful Response
The response is of type object
.