---
title: "POST /untag"
method: POST
path: "/untag"
---

# POST /untag

`POST /untag`

Removes the given tags (metadata) from the resource.

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

## Request body

- object
  - `resourceArn` string, required — The ARN of the resource.
  - `tagKeys` TagKey[], required — A list of the keys of the tags to be removed from the resource.

## Response `200`

Success

- UntagResourceResponse

## Other responses

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

---

[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)
