Microsoft Azure · Example Payload

Microsoft Azure Tag Delete Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Tag Delete Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Tag_Delete",
  "method": "DELETE",
  "path": "/acr/v1/{name}/_tags/{reference}",
  "summary": "Microsoft Azure Delete a Tag",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "default",
      "contentType": "application/json",
      "name": "TagDeletedefaultExample",
      "example": {
        "errors": [
          {
            "code": "example_value",
            "message": "example_value",
            "detail": "example_value"
          }
        ]
      }
    }
  ]
}