meta {
  name: Delete Project
  type: http
  seq: 5
}

delete {
  url: {{api_base}}/project/:id
  body: none
  auth: inherit
}

params:path {
  id: MyAwesomeUUIDHere!
}