# Delete saving **DELETE /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}** This endpoint allows users to delete a household saving. A saving can not be deleted if the default account = 1. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **HouseholdGUID** (string(uuid)) The GUID of the household you wish to delete a saving for. - **SavingsGUID** (string(uuid)) The GUID of the saving 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 Saving not found #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)