Amazon Verified Permissions UntagResource API

The UntagResource API from Amazon Verified Permissions — 1 operation(s) for untagresource.

OpenAPI Specification

amazon-verified-permissions-untagresource-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Amazon Verified Permissions BatchGetPolicy UntagResource API
  version: 1.0.0
  description: Minimal OpenAPI representation of the Amazon Verified Permissions API. Operations follow the AWS RPC-over-HTTP convention.
servers:
- url: https://verifiedpermissions.amazonaws.com
tags:
- name: UntagResource
paths:
  /UntagResource:
    post:
      summary: UntagResource
      operationId: UntagResource
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
      tags:
      - UntagResource
x-generated-from: https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/
x-generated-by: claude-crawl-2026-05-08