Artboard
OttoFMS Settings

[Deprecated] Remove Offsite Backup Settings

DELETE
/otto/api/settings/offsite

Response Body

application/json

application/json

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