Artboard
Deployments

Remove a Sub-Deployment

DELETE
/otto/api/deployment/{id}

Path Parameters

id*integer

DELETE /otto/api/deployment/:id Parameter

Range0 < value <= 9007199254740991

Response Body

application/json

application/json

curl -X DELETE "https://your.server.net/otto/api/deployment/9007199254740991"
{
  "response": {},
  "messages": [
    {
      "code": 0,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}