curl --request DELETE \
--url https://api.hubapi.com/marketing/campaigns/2026-03/{campaignGuid}/spend/{spendId} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete a specific campaign spend item by its ID. This operation is useful for removing spend items that are no longer needed or were added in error. Once deleted, the spend item cannot be recovered.
curl --request DELETE \
--url https://api.hubapi.com/marketing/campaigns/2026-03/{campaignGuid}/spend/{spendId} \
--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 campaign.
The unique identifier of the spend item to delete.
Was this page helpful?