Skip to main content

POST /api/qm3/pending/:tid/cancel

MethodPOST
Path/api/qm3/pending/:tid/cancel
GroupQm3 Wallets
Authsession cookie
Sourceshared/api-core/src/routes/qm3Wallets.ts

Call it

curl -X POST https://zeqsdk.com/api/qm3/pending/:tid/cancel \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference