wallets
Delete a wallet alert
This endpoint allows you to delete an existing alert for a wallet.
delete/customers/{external_customer_id}/wallets/{wallet_code}/alerts/{code}
Response
Wallet alert deleted
Example response
{
"alert": {
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_organization_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_wallet_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"wallet_code": "wallet_code",
"alert_type": "wallet_balance_amount",
"code": "wallet_balance_alert",
"name": "Wallet Balance Alert",
"direction": "decreasing",
"previous_value": 1000,
"last_processed_at": "2025-05-19T10:04:21Z",
"thresholds": [
{
"code": "warn",
"value": "99.0"
}
],
"created_at": "2025-03-20T10:00:00Z"
}
}