curl --location -g --request DELETE 'https:///v2/api/corpus/0/document' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"document_ids" : []
}'
{
"message": "All documents for corpus id: 1117 are marked as deleted"
}