- API Reference
- API Description
- Tag Management
- Deleting Tags of a Specified Stream
Deleting Tags of a Specified Stream¶
Function¶
This API is used to delete tags of a specified stream.
Calling Method¶
For details, see Calling APIs.
URI¶
DELETE /v2/{project_id}/stream/{stream_id}/tags/{key}
Parameter | Mandatory | Type | Description |
---|---|---|---|
project_id | Yes | String | Project ID |
stream_id | Yes | String | Stream ID |
key | Yes | String | Tag key |
Request Parameters¶
Parameter | Mandatory | Type | Description |
---|---|---|---|
X-Auth-Token | Yes | String | User token. It can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. |
Response Parameters¶
None
Example Requests¶
Deleting Tags of a Specified Stream
DELETE https://{Endpoint}/v2/{project_id}/stream/{stream_id}/tags/{key}
Example Responses¶
None
Status Codes¶
Status Code | Description |
---|---|
204 | Normal response |
Error Codes¶
See Error Codes.
last updated: 2025-02-13 14:59 UTC - commit: 630de76d6e77fcab9f50eca6b0250e934c029619
Page Contents