# Delete client tag **DELETE /api/v2/companysettings/clienttags/{TagGUID}** This endpoint allows users to delete a company client tag. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **TagGUID** (string(uuid)) The GUID of the client tag 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 tag not found #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)