meta {
  name: deleteUnit
  type: http
  seq: 1
}

delete {
  url: http://localhost:8000/api/office/unit/{{unitId}}
  body: none
  auth: inherit
}
