Artboard
Builds

Delete build from database

Delete a build record from the database

DELETE
/otto/api/build/db/{buildId}

Path Parameters

buildId*number

DELETE /otto/api/build/db/:buildId Parameter

Response Body

application/json

application/json

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