add delete and undelete endpoints

This commit is contained in:
Ean Milligan
2026-04-09 16:24:26 -04:00
parent 5ec93890bc
commit 52abe6f3a8
7 changed files with 112 additions and 34 deletions

View File

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