Amazon IoT SiteWise · JSON Structure

Iot Sitewise Delete Portal Response Structure

DeletePortalResponse schema

Type: object Properties: 1 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

DeletePortalResponse is a JSON Structure definition published by Amazon IoT SiteWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

portalStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-delete-portal-response-structure.json",
  "name": "DeletePortalResponse",
  "description": "DeletePortalResponse schema",
  "type": "object",
  "properties": {
    "portalStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortalStatus"
        },
        {
          "description": "The status of the portal, which contains a state (<code>DELETING</code> after successfully calling this operation) and any error message."
        }
      ]
    }
  },
  "required": [
    "portalStatus"
  ]
}