# Supprimer une ligne de facture **DELETE /invoice/{uid}/line/{lineUuid}** Supprime une ligne d'une facture existante. **Restrictions:** - La facture ne doit pas être numérotée (en brouillon uniquement) - Une facture validée ne peut pas être modifiée **Comportement:** - Les totaux de la facture sont automatiquement recalculés après suppression - La ligne est définitivement supprimée (pas de soft delete) **Événement déclenché:** UPDATE_INVOICE ## Servers - Version 2 of the API: https://wuro.pro/api/v3.2 (Version 2 of the API) ## Authentication methods - App id auth & App secret auth ## Parameters ### Path parameters - **uid** (string) Identifiant unique de la facture - **lineUuid** (string) Identifiant unique de la ligne à supprimer ## Responses ### 200 Ligne supprimée avec succès #### Body: application/json (object) - **_id** (string) Unique identifier for the invoice - **VATRates** (array[object]) List of VAT rates applied to the invoice - **acomptes** (array[object]) List of advance payments - **base_currency** (string) The currency with which the company works for this invoice - **client** (string) Reference to the client - **client_name** (string) Name of the client - **client_address** (string) Address of the client - **client_city** (string) City of the client - **client_zip_code** (string) Zip code of the client - **client_country** (string) Country of the client - **client_email** (string) Email of the client - **client_phone** (string) Phone number of the client - **company** (string) Reference to the company - **company_name** (string) Name of the company - **date** (string(date-time)) Date of the invoice - **payment_expiry_date** (string(date-time)) Expiry date for payment - **invoice_lines** (array[object]) List of invoice lines - **number** (string) Invoice number - **state** (string) State of the invoice - **title** (string) Short description or label of the invoice - **total_ht** (number) Total amount without tax - **total_ttc** (number) Total amount with tax - **total_tva** (number) Total tax amount - **type** (string) Type of the invoice - **payments** (array[object]) List of payments ### 403 Non autorisé - Droits insuffisants pour modifier cette facture ### 404 Facture ou ligne non trouvée [Powered by Bump.sh](https://bump.sh)