# Delete withdrawal **DELETE /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}** This endpoint allows users to delete a household saving withdrawal. ## 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. - **SavingsGUID** (string(uuid)) The SavingsGUID for the withdrawal you want to delete. - **WithdrawalGUID** (string(uuid)) The WithdrawalGUID 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 Withdrawal not found #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)