All Products
Search
Document Center

Function Compute:UntagResources

Last Updated:Oct 08, 2024

Removes tags from a resource.

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 syntax

DELETE /2023-03-30/tags-v2 HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceTypestringYes

The resource type.

function
ResourceIdarrayYes

The resource identifiers.

stringYes

The resource ID.

The ARN of the function.

acs:fc:cn-shanghai:xxx:functions/f1
TagKeyarrayNo

The tag to remove. You can specify a maximum of 50 tags.

stringNo

The tag key.

k1
AllbooleanNo

Specifies whether to delete all tags.

true

Response parameters

ParameterTypeDescriptionExample
The current API has no return parameters

Examples

Sample success responses

JSONformat

{}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history