Updated on 2025-11-10 GMT+08:00

Deleting a Tag from a Security Group

Function

This API is used to delete a security group tag. This API is idempotent. If the key to be deleted does not exist, error 404 is reported. The key cannot be empty or an empty string.

Debugging

You can debug this API through automatic authentication in API Explorer.

URI

DELETE /v2.0/{project_id}/security-groups/{security_group_id}/tags/{key}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

key

Yes

String

Key value

project_id

Yes

String

Project ID

security_group_id

Yes

String

Security Group ID

Request Parameters

None

Response Parameters

Status code: 204

The response to the request is normal. For more status codes, see Status Codes.

None

Example Requests

Deleting a Security Group Tag

DELETE https://{Endpoint}/v2.0/{project_id}/security-groups/{security_group_id}/tags/{key}

Example Responses

None

Status Codes

Status Code

Description

204

The response to the request is normal. For more status codes, see Status Codes.

Error Codes

See Error Codes.