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

# POST /untagResource

`POST /untagResource`

Remove one or more tags from a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

## Request body

- object
  - `resourceARN` string, required — The Amazon Resource Name (ARN) of the resource to untag.
  - `tagKeys` TagKey[], required — Tag keys of the tags to remove from the resource.

## Response `200`

Success

- UntagResourceResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — ThrottlingException

---

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