curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/budget/{budgetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete a specific budget item by ID
curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/budget/{budgetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Was this page helpful?