# Action can't be performed on canceled subscription

The action or change you are performing can't be performed when the subscription is canceled

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_is_canceled_action_invalid",
    "detail": "action can't be performed on canceled subscription",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_is_canceled_action_invalid"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `subscription_is_canceled_action_invalid` |
| Error message | action can't be performed on canceled subscription |

## Common causes

- You're trying to perform an action on a canceled subscription.

## Common solutions


