aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bruno/configuration/routing/04-delete-routing.bru
blob: b5abaa8247bae8a4d77a27251ebfff348e3650e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
meta {
  name: 04-delete-routing
  type: http
  seq: 4
}

delete {
  url: {{WARDEN_CFG_HOST}}/api/{{WARDEN_CFG_VERSION}}/routing/:id
  body: none
  auth: inherit
}

params:path {
  id: 
}

assert {
  res.status: eq 200
}

settings {
  encodeUrl: true
}