Profiles
Delete a campaign
Deletes a campaign by ID from the brand of the specified profile. The profile must belong to the authenticated organization.
delete/v3/profiles/{profileId}/campaigns/{campaignId}
Path parameters
profileIdstring uuid required
Profile ID from route parameter
campaignIdstring uuid required
Campaign ID from route parameter
Headers
x-profile-idstring uuid
Profile UUID to scope the request to a child profile. Only organization API keys can use this header. The profile must belong to the calling organization.
Request body
Response
Campaign deleted successfully