Skip to main content
DELETE
/
organization
/
rag
/
sources
/
{uuid}
Delete a single AI source
curl --request DELETE \
  --url https://api.getfernand.com/organization/rag/sources/{uuid} \
  --header 'X-API-Key: <api-key>'
{}
Permanently removes a source from the AI store by its UUID. The deletion is processed asynchronously.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

uuid
string
required

UUID of the source to delete.

Response

200 - application/json

Source queued for deletion.

The response is of type object.