AlphaAlpha Docs
API ReferenceTypes -views

Delete a view

Delete a view

DELETE
/types/views/{typeId}/delete/{viewName}
AuthorizationBearer <token>

In: header

Path Parameters

typeId*string
viewName*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:18080/api/v1/types/views/string/delete/string"
[
  {
    "active": true,
    "activeCategories": [
      "string"
    ],
    "clipAxis": "string",
    "description": "string",
    "id": "string",
    "label": "string",
    "maxHeight": {
      "formula": "string",
      "isConstant": true
    },
    "position": {
      "x": {
        "formula": "string",
        "isConstant": true
      },
      "y": {
        "formula": "string",
        "isConstant": true
      },
      "z": {
        "formula": "string",
        "isConstant": true
      }
    },
    "target": {
      "x": {
        "formula": "string",
        "isConstant": true
      },
      "y": {
        "formula": "string",
        "isConstant": true
      },
      "z": {
        "formula": "string",
        "isConstant": true
      }
    }
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}