{
"$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"
}
}
}
}
}