---
title: "Delete tag source group"
method: DELETE
path: "/tag-source-groups"
tags: ["tag-source-groups"]
---

# Delete tag source group

`DELETE /tag-source-groups`

Deletes a tag source group association.

Required roles: All

## Request body

- TagSourceGroup
  - `tag_id` string, required — Tag ID
  - `source_group_id` string, required — Source group ID. The source group ID corresponds to the job ID for each data source.

## Response `200`

Successfully deleted tag source group

- TagSourceGroup
  - `tag_id` string, required — Tag ID
  - `source_group_id` string, required — Source group ID. The source group ID corresponds to the job ID for each data source.

## Other responses

- `400` — Bad Request - The request was malformed or invalid
- `401` — Unauthorized - Authentication failed
- `403` — Forbidden - Insufficient permissions
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

---

[API](https://skmtc.net/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.net/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/f5f5994dfe05/schema)
