Updated on 2025-06-30 GMT+08:00

Deleting a Resource Tag

Function

This API is used to delete a resource tag.

API Calling

For details, see Calling APIs.

URI

DELETE /v3/{project_id}/{resource_type}/{resource_id}/tags/{key}

Table 1 Path parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID.

resource_type

Yes

String

Resource type. The value is cts-tracker.

resource_id

Yes

String

Resource ID.

key

Yes

String

Tag key.

Request Parameters

None.

Response Parameters

Status code: 204

The deletion is successful.

None.

Example Request

None.

Example Response

None.

Status Codes

Status Code

Description

204

The deletion is successful.

Error Codes

For details, see Error Codes.