Artboard
Builds

Remove a build

DELETE
/otto/api/build/{buildId}

Path Parameters

buildId*string

DELETE /otto/api/build/:buildId Parameter

Query Parameters

inboxOrOutbox?string

DELETE /otto/api/build/:buildId Parameter

Default"outbox"
Value in"inbox" | "outbox"

Response Body

application/json

application/json

curl -X DELETE "https://your.server.net/otto/api/build/string"
{
  "response": {
    "removed": true
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}