couponsby La Crypta
ApiMinters

Revoke a minter

Does not touch already-minted coupons.

DELETE/api/coupons/minters/{pubkey}

Does not touch already-minted coupons.

Authorization<token>

Nostr <base64 of kind 27235 event>. Tags: u, method, optional payload (sha256 hex of body), and a random nonce to avoid replay.

In: header

Path Parameters

pubkey*string

npub or hex (URL-encoded)

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/coupons/minters/string"
{  "removed": true}