/
/Document Intelligence (formerly Form Recognizer)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo agoPreview
  • get/documentClassifiers
  • get/documentClassifiers/{classifierId}
  • delete/documentClassifiers/{classifierId}
  • post/documentClassifiers/{classifierId}:analyze
  • post/documentClassifiers/{classifierId}:copyTo
  • get/documentClassifiers/{classifierId}/analyzeResults/{resultId}
  • post/documentClassifiers:authorizeCopy
  • post/documentClassifiers:build
  • get/documentModels
  • post/documentModels/{modelId}:analyze
  • post/documentModels/{modelId}:analyzeBatch
  • get/documentModels/{modelId}
  • delete/documentModels/{modelId}
  • post/documentModels/{modelId}:copyTo
  • get/documentModels/{modelId}/analyzeBatchResults
  • get/documentModels/{modelId}/analyzeBatchResults/{resultId}
  • delete/documentModels/{modelId}/analyzeBatchResults/{resultId}
  • get/documentModels/{modelId}/analyzeResults/{resultId}
  • delete/documentModels/{modelId}/analyzeResults/{resultId}
  • get/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}
  • get/documentModels/{modelId}/analyzeResults/{resultId}/pdf
  • post/documentModels:authorizeCopy
  • post/documentModels:build
  • post/documentModels:compose
  • get/info
  • get/operations
  • get/operations/{operationId}

Mark the batch document analysis result for deletion.

delete/documentModels/{modelId}/analyzeBatchResults/{resultId}

Path parameters

modelIdstring required

Unique document model name.

resultIdstring uuid required

Analyze batch operation result ID.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

There is no content to send for this request, but the headers may be useful.

Changes