DELETE /api/e2ee/escrow
Turn escrow OFF (self-custody) — delete the caller's own escrow row.
| Method | DELETE |
| Path | /api/e2ee/escrow |
| Domain | Vault & encryption · E2ee Keys |
| Tier | computation (public) |
| Auth | user |
Request
curl -X DELETE https://zeqsdk.com/api/e2ee/escrow \
-H "Authorization: Bearer $ZEQ_KEY"
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.