All Products
Search
Document Center

Logic Composer:UntagResources

Last Updated:Mar 01, 2024

Deletes the tags that are attached to one or more resources.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceTypestringYes

The type of the resources. Set the value to ALIYUN::LC::FLOW.

  • ALIYUN::LC::FLOW indicates Logic Composer workflows.
ALIYUN::LC::FLOW
AllbooleanNo

Specifies whether to remove all tags from the specified resource groups or members. Valid values:

  • false (default value)
  • true
false
ResourceIdarrayYes

Specifies a maximum of 50 resource IDs.

stringYes

The ID of the resource.

lc-uf6tbvhheciyxl
TagKeyarrayNo

An array consisting of the keys of the tags that you want to remove.

stringNo

A tag key.

You can specify a maximum of 20 tag keys.

Note If you set the All parameter to true, you do not need to configure this parameter.
testKey

Response parameters

ParameterTypeDescriptionExample
object
Successboolean

Indicates whether the request was successful.

true
RequestIdstring

The ID of the request.

ADB97A33-50E7-48A5-963D-ACBAE36D0BEC

Examples

Sample success responses

JSONformat

{
  "Success": true,
  "RequestId": "ADB97A33-50E7-48A5-963D-ACBAE36D0BEC"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-11-21API Description Updatesee changesets
Change itemChange content
API DescriptionAPI Description Update.