curl --request DELETE \
--url https://api.hubapi.com/deals/v1/deal/{dealId}Deletes the existing deal specified by dealId. Use case for this endpoint: You might need to delete deals that were created in error or are no longer valid.
curl --request DELETE \
--url https://api.hubapi.com/deals/v1/deal/{dealId}Scope requirements
Unique identifier for a particular deal.
Deal deleted successfully