---
title: "Delete contract billing term group"
method: DELETE
path: "/v3/contracts/{id}/billing-term-groups/{groupId}"
tags: ["Contracts"]
---

# Delete contract billing term group

`DELETE /v3/contracts/{id}/billing-term-groups/{groupId}`

## Path parameters

- `id` string, required
- `groupId` string, required

## Response `200`

Billing term group and associated entities deleted successfully

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `message` string
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

## Other responses

- `400` — Invalid contract/group ID or performance obligation features not enabled for this merchant
- `404` — Contract or billing term group not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/versions/7e8885517814/schema)
