---
title: "PUT /thing-groups/removeThingFromThingGroup"
method: PUT
path: "/thing-groups/removeThingFromThingGroup"
---

# PUT /thing-groups/removeThingFromThingGroup

`PUT /thing-groups/removeThingFromThingGroup`

Remove the specified thing from the specified group.

You must specify either a `thingGroupArn` or a `thingGroupName` to identify the thing group and either a `thingArn` or a `thingName` to identify the thing to remove from the thing group.

Requires permission to access the [RemoveThingFromThingGroup](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Request body

- object
  - `thingGroupName` string — The group name.
  - `thingGroupArn` string — The group ARN.
  - `thingName` string — The name of the thing to remove from the group.
  - `thingArn` string — The ARN of the thing to remove from the group.

## Response `200`

Success

- RemoveThingFromThingGroupResponse

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — InternalFailureException
- `483` — ResourceNotFoundException

---

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