cURL
curl --request DELETE \ --url https://ai-loop.alpeadria.com/api/v1/datalake/{source}/databases/{db}/documents/{id} \ --header 'Authorization: Bearer <token>'
Delete a document. If it is the last document, its fields are nullified to preserve the collection schema.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Document deleted or nulled successfully.