Command: delete-guestbook-entry
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- delete-guestbook-entry
- Entry
- your local guestbook entry id
Exact JSON
{
"verb": "delete-guestbook-entry",
"entry": "your local guestbook entry id"
}