curl --request DELETE \
--url https://api.hubapi.com/properties/v1/deals/groups/named/{group_name}Delete an existing deal property group. If the deletion was successful, you will receive a 204 No Content response.
curl --request DELETE \
--url https://api.hubapi.com/properties/v1/deals/groups/named/{group_name}The name of the group you want to delete.
Deal property group deleted successfully