Microsoft.CognitiveServices (stable:2025-06-01)

2025/10/08 • 1 updated methods

Projects_Delete (updated)
Description Deletes a Cognitive Services project from the resource group.
Reference Link ¶

⚶ Changes

{
  "#id": "Projects_Delete",
  "$responses": {
    "@added_1f34e4751534481da563f4a8bf659aa5": {
      "#status": "200"
    }
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/projects/{projectName}
{
resourceGroupName: string ,
accountName: string ,
projectName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}