v1

latestOpenAPI 3.0.02026-07-2475182625.5 KB
Subscriptions

Delete a co-term group

Dissolves the co-term group.

Subscriptions are ungrouped and their status is set to "Opted Out". This does not cancel the subscriptions, only the grouping.

delete/subscriptions/coterm/{cotermGroupId}

Path parameters

cotermGroupIdstring required
Example:X_yZ1a2Bc3De4Fg5Hi6JkL

Unique identifier for the co-term group.

Response

OK

actionstring

The action performed.

resultstring

The result of the operation.

Example response

{
  "action": "subscriptions.coterm.delete",
  "result": "success",
  "subscriptions": [
    {
      "subscription": "Ab1C-DeFgH-iJ2K3l4MmNo",
      "status": "Opted Out of Co-Terming"
    }
  ]
}