meta {
  name: Delete Item
  type: http
  seq: 6
}

delete {
  url: {{baseUrl}}/api/v1/items/:id
  body: none
  auth: none
}

params:path {
  id: 
}