costapy/bruno/GeBox/Instance/Remove.bru
2025-09-17 13:38:08 +07:00

26 lines
241 B
Plaintext

meta {
name: Remove
type: http
seq: 5
}
post {
url: http://localhost:11000/api/gebox/instance/:alder
body: json
auth: inherit
}
params:path {
alder: remove
}
body:json {
{
"key":1
}
}
settings {
encodeUrl: true
}