wallet.alert_subscriber_not_found
The email address is not currently subscribed to low-balance alerts for this workspace.
wallet.alert_subscriber_not_found is returned by DELETE /v1/wallet/alert/subscribers/{email} when the target email address is not found in the workspace's low-balance subscriber list. The match is case-insensitive.
The email address was never added, was already removed, or is being referenced with a different casing. The comparison is case-insensitive so casing differences do not explain this error.
Check the current subscriber list via GET /v1/wallet/alert/subscribers to confirm the address is present before attempting to delete.
{
"error": {
"code": "wallet.alert_subscriber_not_found",
"message": "email not found in subscriber list",
"request_id": "req_01900000abc"
}
}