DELETE

Delete Source

Removes a source and its indexed content from its knowledge base.

DELETEhttps://api.vantaxai.com/v1/sources/{source_id}

Irreversible

Deleting a source removes its embeddings. Agents will no longer be able to reference this content. This cannot be undone.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • source_idstringrequired

    The source to delete.

    example: doc_4b2e91

Request

curl -X DELETE https://api.vantaxai.com/v1/sources/doc_4b2e91 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Source deleted successfully"
}