v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBSubscriptions
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
Example response
{
"action": "subscriptions.coterm.delete",
"result": "success",
"subscriptions": [
{
"subscription": "Ab1C-DeFgH-iJ2K3l4MmNo",
"status": "Opted Out of Co-Terming"
}
]
}