Files
XIVPlan-DB/.bruno/Plan Endpoints/delete plan.bru
2026-04-10 01:24:21 -04:00

24 lines
248 B
Plaintext

meta {
name: delete plan
type: http
seq: 8
}
delete {
url: http://localhost:14014/api/delete/[planId]
body: json
auth: inherit
}
body:json {
{
"name": "test",
"pin": "1234"
}
}
settings {
encodeUrl: true
timeout: 0
}