FruxonDocs
IntegrationsAssets

Deletes an asset and its indexed documents from the RAG service.

Removes the asset record, its RAG-side index (documents and chunks), and any auto-registered webhook. The operation is synchronous from the caller's perspective but cascades into the RAG service, so in-flight ingestion operations for this asset will fail. Idempotent at the API surface: deleting an already-removed asset returns 404. Any agents that reference the asset will lose access to its knowledge after this call.

DELETE
/v1/tenants/{tenant}/assets/{asset}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

asset*string

The local asset ID.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/assets/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}