beel_delete_logo_by_id
Delete a company's logo by NIF to stop it from appearing on future invoices. Existing documents remain unchanged. Works even if no logo is set.
Instructions
Removes the logo of a company (NIF). 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 | NIF (company) the operation acts on. 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 NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed. |