# Delete client **DELETE /api/v2/clients/{ClientGUID}** Deletes the specified client along with any directly related clients, including their financial relations and dependants, as long as those clients are not in financial relationship with another active client. Clients who cannot be deleted because they are linked to other clients will not be included in the deletion. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **ClientGUID** (string(uuid)) The GUID of the client 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 Client not found. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 409 Unable to delete client due to status of linked clients. #### Body: application/json (object) - **success** (boolean) - **message** (string) - **data** (array[string]) [Powered by Bump.sh](https://bump.sh)