# Delete improvement **DELETE /api/v2/household/{HouseholdGUID}/assets/{AssetGUID}/improvements/{ImprovementGUID}** This endpoint allows users to delete a household asset improvement. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **HouseholdGUID** (string(uuid)) The HouseholdGUID of the client. - **AssetGUID** (string(uuid)) The AssetGUID for the improvement you want to delete. - **ImprovementGUID** (string(uuid)) The ImprovementGUID you want to delete. ## Responses ### 200 Success #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 403 Permission error. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 404 Improvement not found #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)