This API is used to delete tags of specified streams.
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. |
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. The token can be obtained by calling the IAM API (value of X-Subject-Token in the response header). |
None
Deleting Tags of Specified Streams
DELETE https://{Endpoint}/v2/{project_id}/stream/{stream_id}/tags/{key}
None
Status Code |
Description |
|---|---|
204 |
Normal response. |
See Error Codes.