CFTunnels/CFTunnels/delete mapping.bru

20 lines
280 B
Plaintext

meta {
name: delete mapping
type: http
seq: 3
}
put {
url: {{base_url}}cloudflare/tunnel/{{tunnel_id}}/delete
body: json
auth: none
}
body:json {
{
"service": "http://192.168.0.100:6000",
"hostname": "random.hithomelabs.com",
"originRequest": {}
}
}