Campaign - Delete

Full Url

Arguments

  • token (required)
  • campaign_id (required)

Info

Terminate an active campaign by removing the campaign from registry and OSR. A campaign cannot be restored once it is deactivated. Customer must apply for a new campaign. This API call is idempotent.

Example Success

{
code: 200,
status: "success",
data: "Campaign deactivated successfully"
}