api_access_token: ********************curl --location --request DELETE 'http://localhost:3030/platform/api/v1/documents/' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"assistant_id": 123
}'{
"success": true,
"message": "Document deleted successfully along with its FAQ and embeddings",
"faqs_deleted": 5
}