Artboard
File notes

Delete a file note

Delete File Note

Deletes the note for a specific filename.

DELETE
/otto/api/file-notes/{filename}

Path Parameters

filename*string

DELETE /otto/api/file-notes/:filename Parameter

Response Body

application/json

application/json

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