beel_delete_company_logo
Remove a company's logo so future invoices carry no branding. Already issued invoices remain unchanged; supply the company ID to proceed.
Instructions
Removes the logo of a company. Invoices rendered afterwards carry no logo, and
already issued documents are unchanged. Deleting an absent logo also returns 204.
Endpoint: DELETE /v1/companies/{company_id}/logo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier (UUID) of the company the operation acts on — its identifier, not its NIF. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A company you do not reach answers `403`, and so does a company that does not exist, so the existence of a company in another account is never disclosed. |