---
title: "Delete named collector(s) from group."
method: DELETE
path: "/collectorGroups/{key}/collectors"
tags: ["collectorGroups"]
---

# Delete named collector(s) from group.

`DELETE /collectorGroups/{key}/collectors`

Delete named collector(s) from group. Reject if any named collector is not already associated with this group.

## Path parameters

- `key` string, required

## Request body

- string[] — List of collectors

## Response `200`

Success, returns the updated collector group.

- CollectorGroupsResponse — The group of collectors
  - `description` string — A description of the collector group.
  - `createdBy` string — Id of the user who created the collector group.
  - `id` string — The collector group id.
  - `name` string — The collector group name.
  - `collectors` object[] — List of collectors for the group.

## Other responses

- `400` — Bad Request
- `401` — Authentication Error
- `403` — Forbidden
- `404` — Resource Not Found
- `default` — Error

## Changes

- **2019-01-25** (v1) `bf4d684319fd` — 2 info
  - api operation id `deleteCollectorFromGroup` removed and replaced with `deleteCollectorsFromGroup`
  - added the success response with the status `200`
- **2018-03-30** (v1) `4ca6b20ef8df` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/salesforce/apis/refocus-api/changes/collectorGroups/:key/collectors/delete.md)

---

[API](https://skmtc.dev/salesforce/apis/refocus-api.md) · [All operations](https://skmtc.dev/salesforce/apis/refocus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salesforce/refocus-api/revisions/42c2153b047e/schema)
