# No recurring items on subscription

After performing this update there would be no recurring items remaining. At least one recurring item is required.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_no_recurring_items_remain",
    "detail": "there should be at least one item with recurring price after update",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_no_recurring_items_remain"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `subscription_no_recurring_items_remain` |
| Error message | there should be at least one item with recurring price after update |

## Common causes

- updating the items as per the request would cause there to be no recurring items left on the subscription

## Common solutions

- ensure there will always be one recurring item on the subscription
