79811714

Date: 2025-11-06 19:51:58
Score: 0.5
Natty:
Report link

I found what appears to be the correct Authoring REST API documentation (as of 06 November 2025):
https://learn.microsoft.com/en-us/rest/api/language/analyze-conversations-authoring/operation-groups?view=rest-language-analyze-conversations-authoring-2025-11-01

And I found it from this page (Azure AI Language REST API reference):
https://learn.microsoft.com/en-us/rest/api/language/

Here is one example (found on the Authoring API sub-pages):
Source: https://learn.microsoft.com/en-us/rest/api/language/analyze-conversations-authoring/conversation-authoring-trained-model/delete-trained-model?view=rest-language-analyze-conversations-authoring-2025-11-01&tabs=HTTP#code-try-0

DELETE {Endpoint}/language/authoring/analyze-conversations/projects/{projectName}/models/{trainedModelLabel}?api-version=2025-11-01

Tabled excerpted from the above link:

Name Type Description
204 No Content There is no content to send for this request, but the headers may be useful.
Other Status Codes Azure.Core.Foundations.ErrorResponse An unexpected error response. Headers: x-ms-error-code: string

Example source

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: ryanwebjackson