curl --request DELETE \
--url https://api.hubapi.com/marketing/campaigns/2026-03/{campaignGuid}/budget/{budgetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete a specific budget item from a campaign using its unique ID. This operation removes the budget item from the campaign’s budget list, ensuring it is no longer considered in budget calculations.
curl --request DELETE \
--url https://api.hubapi.com/marketing/campaigns/2026-03/{campaignGuid}/budget/{budgetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the budget item to be deleted.
The unique identifier of the campaign from which the budget item will be deleted.
Was this page helpful?