# Maximum notification settings reached

You tried to add a new active notification setting but already have 10 active settings.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "notification_maximum_active_settings_reached",
    "detail": "Maximum number of notification settings reached",
    "documentation_url": "https://developer.paddle.com/errors/notifications/notification_maximum_active_settings_reached"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `notification_maximum_active_settings_reached` |
| Error message | Maximum number of notification settings reached |

## Common causes

- You're trying to add a new notification setting, but you already have 10 active settings. You can add as many settings as you like, but you may only have 10 active at once.

## Common solutions

- Deactivate one or more of your existing notification settings.
