meta { name: Delete type: http seq: 5 } get { url: http://localhost:11000/api/:crud body: json auth: none } params:path { crud: delete } body:json { { "key":5 } } docs { crud = add | edit | remove | list | detail }