Successful Response

APIs.ioEngineeringPlatform

Properties

Name Type Description
elementType object The Private API Network element type. The name of the object is the element `api`, `collection`, `workspace`, or `folder` type.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-deletepanelementorfolder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deletePanElementOrFolder",
  "title": "Successful Response",
  "type": "object",
  "properties": {
    "elementType": {
      "type": "object",
      "description": "The Private API Network element type. The name of the object is the element `api`, `collection`, `workspace`, or `folder` type.",
      "properties": {
        "id": {
          "type": "string",
          "description": "The element's ID.",
          "example": "5360b75f-447e-467c-9299-12fd6c92450d"
        }
      }
    }
  }
}