curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete a specified campaign from the system. This call will return a 204 No Content response regardless of whether the campaignGuid provided corresponds to an existing campaign or not.
curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid} \
--header 'Authorization: Bearer <token>'This response has no body data.Was this page helpful?