Skip to content

Commit b904214

Browse files
authored
Merge pull request #2463 from vkurpad/main
Updates for delete response
2 parents c04af3b + e85b584 commit b904214

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/ai-services/document-intelligence/faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ sections:
383383
answer: |
384384
**Yes,** briefly.
385385
386-
For all features, Document Intelligence temporarily stores data and results in Azure Storage in the same region as the request. Your data is then deleted within 24 hours from the time that you submit an analyze request.
386+
For all features, Document Intelligence temporarily stores data and results in Azure Storage in the same region as the request. Your data is then deleted 24 hours from the time that you submit an analyze request. If you would like the data deleted sooner, you can call the [delete analyze response](https://learn.microsoft.com/rest/api/aiservices/document-models/delete-analyze-result?view=rest-aiservices-v4.0%20(2024-11-30)&tabs=HTTP). This API marks the results for deletion and is available in the v4.0 API.
387+
387388

388389
Learn more about [data, privacy, and security for Document Intelligence](/legal/cognitive-services/document-intelligence/data-privacy-security?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json).
389390

articles/ai-services/document-intelligence/whats-new.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ For more information, *see* client libraries for the following supported program
7676
* [🆕 US Tax model](prebuilt/tax-document.md)
7777
* New prebuilt tax models added for 1095A, 1095C, 1099SSA, and W4.
7878

79+
* [Delete analyze response](https://learn.microsoft.com/rest/api/aiservices/document-models/delete-analyze-result?view=rest-aiservices-v4.0%20(2024-11-30)&tabs=HTTP)
80+
* Analyze response is stored for 24 hours from when the operation completes for retrieval. For scenarios where you want to delete the response sooner, use the delete analyze response API to delete the response.
81+
7982
* The v4.0 API includes cumulative updates from preview releases as listed:
8083
* [August 2024](#august-2024)
8184
* [May 2024](#may-2024)

0 commit comments

Comments
 (0)