Sign in

Delete Inbox Message

documented

Delete an inbox message via FormPost API.

GET /secure/messenger/formpost/DeleteInboxMessage.aspxFormPost APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.esendex.com/secure/messenger/formpost/DeleteInboxMessage.aspx?Username={{$esendex_username}}&Password={{$esendex_password}}&Account={{$esendex_account}}&MessageID={{$message_id}}&PlainText={{$plaintext}}" \
  -X GET \
  -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" \
  -H "Cache-Control: no-cache"