Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ECM REST APIs allow to configure configuring resources such as campaigns, strategies, and insert campaign contacts to a campaign. It currently supports the following functions:

...

Protocol

HTTP or HTTPS

URL

https://<UMM-FQDN>/umm/ecm/campaign/delete?id=1

AuthorizationBearer token-from-login-API

Content-Type

Application/JSON

HTTP Method

DELETE

Input/Output Format

JSON

Request Parameters

  • id: ECM campaign ID OR
  • crmCampaignId: CRM campaign ID associated with the ECM campaign

HTTP Request


HTTP Response

200: Success

404: Not found

500: Internal Server Error

503: Service Unavailable

Example Response


...