---
title: "Delete a co-term group"
method: DELETE
path: "/subscriptions/coterm/{cotermGroupId}"
tags: ["Subscriptions"]
---

# Delete a co-term group

`DELETE /subscriptions/coterm/{cotermGroupId}`

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.

## Path parameters

- `cotermGroupId` string, required

## Response `200`

OK

- CoTermDeleteResponse — Response returned after deleting a co-term group.
  - `action` string — The action performed.
  - `result` string — The result of the operation.
  - `subscriptions` object[] — List of subscriptions that were ungrouped.
    - `subscription` string — The ID of the subscription.
    - `status` string — The new status of the subscription.

---

[API](https://skmtc.net/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.net/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/versions/ae2f0b97db3e/schema)
