Skip to main content
DELETE
/
api
/
v1
/
datalake
/
{source}
/
databases
/
{db}
/
documents
/
{id}
Delete document
curl --request DELETE \
  --url https://ai-loop.alpeadria.com/api/v1/datalake/{source}/databases/{db}/documents/{id} \
  --header 'Authorization: Bearer <token>'
Delete a specific document. If it is the last document, it effectively resets the collection schema.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source
string
required
db
string
required
id
string
required

Response

204

Document deleted or nulled successfully.