provider.has_active_series
Cannot delete or retire the provider while it has active number series associated with it.
provider.has_active_series is returned when a provider delete or retire operation is blocked because one or more active number series are still associated with the provider. The platform requires series to be retired before their provider can be removed.
The provider has one or more active number series. Removing the provider while active series exist would orphan the series and the numbers allocated from them.
Retire all number series associated with the provider first, then retry the provider delete or retire operation.
{
"error": {
"code": "provider.has_active_series",
"message": "provider has active series; retire them first",
"request_id": "req_01900000abc"
}
}