Skip to main content

POST /api/mail/message/:id/block

POST /mail/message/:id/block One-click block from an open message or a card. Blocks the sender and sweeps their existing mail into spam so the inbox is clean immediately.

MethodPOST
Path/api/mail/message/:id/block
DomainMessaging & files · Mail
Tiercomputation (public)
Authuser

Request

curl -X POST https://zeqsdk.com/api/mail/message/CONTRACT_ID/block \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.