API Blueprint
DNA for your API—powerful, open sourced and developer-friendly. The ease of Markdown combined with the power of automated mock servers, tests, validations, proxies, and code samples in your language bindings.
FORMAT: 1A # Message of the Day API A simple [MOTD](https://en.wikipedia.org/wiki/motd) API. # Message [/messages/{id}] This resource represents one particular message identified by its *id*. ## Retrieve Message [GET] Retrieve a message by its *id*. + Response 200 (text/plain) Hello World! ## Delete Message [DELETE] Delete a message. **Warning:** This action **permanently** removes the message from the database. + Response 204