Skip to main content

POST /api/keys/revoke

MethodPOST
Path/api/keys/revoke
GroupKeys
Authnone — public endpoint
Sourceshared/api-core/src/routes/keys.ts

Call it

curl -X POST https://zeqsdk.com/api/keys/revoke \
-H "Content-Type: application/json" \
-d '{"id":"…"}'

Public endpoint — no authentication required.

Reference