curl --location --request DELETE '/api/corpus/0/document/' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}'
{
"message": "All documents successfully removed from corpus with ID 123."
}