# Supprimer une ligne de devis **DELETE /quote/{uid}/line/{lineUuid}** Supprime une ligne d'un devis existant. **Comportement:** - Les totaux du devis sont automatiquement recalculés après suppression - La ligne est définitivement supprimée (pas de soft delete) **Événement déclenché:** UPDATE_QUOTE ## 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 du devis - **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 quote - **VATRates** (array[object]) List of VAT rates applied to the quote - **accept_date** (string(date-time)) Date when the quote was accepted - **acomptes** (array[object]) List of advance payments - **base_currency** (string) The currency with which the company works for this quote - **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 quote - **expiry_date** (string(date-time)) Expiry date of the quote - **quote_lines** (array[object]) List of quote lines - **number** (string) Quote number - **state** (string) State of the quote - **title** (string) Short description or label of the quote - **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 quote ### 403 Non autorisé - Droits insuffisants pour modifier ce devis ### 404 Devis ou ligne non trouvé [Powered by Bump.sh](https://bump.sh)