Skip to main content
DELETE
/
customers
/
{external_customer_id}
/
wallets
/
{wallet_code}
/
alerts
Delete all wallet alerts
curl --request DELETE \
  --url https://core.nozle.app/api/v1/customers/{external_customer_id}/wallets/{wallet_code}/alerts \
  --header 'Authorization: Bearer <token>'
{
  "status": 401,
  "error": "Unauthorized"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

external_customer_id
string
required

The customer external unique identifier (provided by your own application)

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

wallet_code
string
required

A unique wallet identifier within a customer. It is either set by the user at creation or auto-generated by Lago if not provided.

Example:

"wallet-code"

Response

All wallet alerts deleted