ApfelNetzwerk/ApfelBruno/Node/delete node.bru

16 lines
159 B
Plaintext
Raw Permalink Normal View History

2024-10-09 17:27:42 +02:00
meta {
name: delete node
type: http
2024-10-13 18:44:37 +02:00
seq: 3
2024-10-09 17:27:42 +02:00
}
delete {
url: http://localhost:8080/api/v1/nodes/:id
body: none
auth: none
}
params:path {
id:
}