NewTell a voided invoice from a totally rectified one, without a second call
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

COMPANY_ACTIVE_IN_PRODUCTION

This company is active in Live and cannot be deleted. Deactivate it in Live first: the deactivation is scheduled, the current cycle is charged and served in full, and from its effective date you will be able to delete the company


Category: Companies

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/COMPANY_ACTIVE_IN_PRODUCTION",
  "title": "COMPANY_ACTIVE_IN_PRODUCTION",
  "detail": "This company is active in Live and cannot be deleted. Deactivate it in Live first: the deactivation is scheduled, the current cycle is charged and served in full, and from its effective date you will be able to delete the company",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "COMPANY_ACTIVE_IN_PRODUCTION",
    "message": "This company is active in Live and cannot be deleted. Deactivate it in Live first: the deactivation is scheduled, the current cycle is charged and served in full, and from its effective date you will be able to delete the company",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

This company is active in Live and cannot be deleted. Deactivate it in Live first: the deactivation is scheduled, the current cycle is charged and served in full, and from its effective date you will be able to delete the company
Esta empresa está activada en Live y no se puede borrar. Da de baja su activación en Live: la baja es programada, se cobra y se da el ciclo en curso, y desde la fecha de efecto podrás borrarla
Aquesta empresa està activada a Live i no es pot esborrar. Dona de baixa la seva activació a Live: la baixa és programada, es cobra i es dona el cicle en curs, i des de la data d''efecte la podràs esborrar

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Other errors in this category

Keep exploring