API Reference
Wallet

Remove one wallet low-balance alert subscriber

DELETE
/v1/wallet/alert/subscribers/{email}

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Path Parameters

email*string

URL-encoded email address (case-insensitive match).

Formatemail

Response Body

application/json

curl -X DELETE "https://example.com/v1/wallet/alert/subscribers/user@example.com"
Empty
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}