Amazon Data Exchange · Arazzo Workflow

Amazon Data Exchange Untag Resource

Version 1.0.0

Read a resource's tags and remove a chosen set of tag keys from it.

1 workflow 1 source API 1 provider
View Spec View on GitHub Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionArazzoWorkflows

Provider

amazon-data-exchange

Workflows

untag-resource
Remove tag keys from a Data Exchange resource and confirm.
Lists a resource's tags, removes the supplied tag keys, and lists the tags again to verify the removal.
3 steps inputs: resourceArn, tagKeys outputs: tagsAfter, tagsBefore
1
listTagsBefore
Read the current tags on the resource before removing any.
2
untagResource
Remove the supplied tag keys from the resource.
3
listTagsAfter
Read the tags back to confirm the chosen keys were removed.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Data Exchange Untag Resource
  summary: Read a resource's tags and remove a chosen set of tag keys from it.
  description: >-
    A governance cleanup flow for AWS Data Exchange. The workflow reads the
    current tags on a resource ARN, removes the supplied tag keys, and reads the
    tags back to confirm the removal. Every step spells out its request inline
    so the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
sourceDescriptions:
- name: tagsApi
  url: ../openapi/amazon-data-exchange-tags-api-openapi.yml
  type: openapi
workflows:
- workflowId: untag-resource
  summary: Remove tag keys from a Data Exchange resource and confirm.
  description: >-
    Lists a resource's tags, removes the supplied tag keys, and lists the tags
    again to verify the removal.
  inputs:
    type: object
    required:
    - resourceArn
    - tagKeys
    properties:
      resourceArn:
        type: string
        description: The ARN of the Data Exchange resource to modify.
      tagKeys:
        type: array
        description: The tag keys to remove from the resource.
        items:
          type: string
  steps:
  - stepId: listTagsBefore
    description: >-
      Read the current tags on the resource before removing any.
    operationId: listTagsForResource
    parameters:
    - name: resourceArn
      in: path
      value: $inputs.resourceArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tagsBefore: $response.body#/Tags
  - stepId: untagResource
    description: >-
      Remove the supplied tag keys from the resource.
    operationId: untagResource
    parameters:
    - name: resourceArn
      in: path
      value: $inputs.resourceArn
    - name: tagKeys
      in: query
      value: $inputs.tagKeys
    successCriteria:
    - condition: $statusCode == 204
    outputs:
      untagStatus: $statusCode
  - stepId: listTagsAfter
    description: >-
      Read the tags back to confirm the chosen keys were removed.
    operationId: listTagsForResource
    parameters:
    - name: resourceArn
      in: path
      value: $inputs.resourceArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tagsAfter: $response.body#/Tags
  outputs:
    tagsBefore: $steps.listTagsBefore.outputs.tagsBefore
    tagsAfter: $steps.listTagsAfter.outputs.tagsAfter

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-data-exchange-untag-resource-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.