Skip to main content

DELETE /api/e2ee/escrow

Turn escrow OFF (self-custody) — delete the caller's own escrow row.

MethodDELETE
Path/api/e2ee/escrow
DomainVault & encryption · E2ee Keys
Tiercomputation (public)
Authuser

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.