Zum Hauptinhalt springen
DELETE
/
marketing
/
campaigns
/
2026-03
/
{campaignGuid}
/
spend
/
{spendId}
Delete spend item
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

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Pfadparameter

campaignGuid
string
erforderlich

The unique identifier of the campaign.

spendId
integer<int64>
erforderlich

The unique identifier of the spend item to delete.

Antwort

Last modified on April 9, 2026