cURL
curl --request DELETE \ --url https://api.artosai.com/documents/{document_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "document_id": "<string>", "deleted_at": "2023-11-07T05:31:56Z" }
Permanently removes a document and all associated content.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Document deletion confirmation