Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

DELETE /web-sources/{id}

Authentication

Required.

Path parameters

id
string
required
The web source ID.

Response

success
boolean

Example

curl -X DELETE https://api.mind-e.co/web-sources/ws-id-here \
  -H "Authorization: Bearer sk_live_your_key_here"
{
  "success": true
}
This permanently deletes the web source and removes its embeddings from the agent’s knowledge base. This action cannot be undone.