This API drops the registered specific tag and all related data. When calling, you must specify the correct name for tag_name.
This API drops the registered specific tag and all related data. When calling, you must specify the correct name for tag_name.
DELETE https://${CloudVendor}.${CountryCode}.machlake.com/v1/lakes/${lake_id}/tags Content-Type: application/json; charset=utf8 x-api-key: {API Key} |
Optional | Type | Description | Example |
---|---|---|---|
name | String | tag name | &name=tag1 |
DELETE https://aws1.us.machlake.com/v1/lakes/xbacd1234/tags?name=newtag02 Content-Type: application/json; charset=utf8 x-api-key: {API Key} |
Status 200 { "success": true, "reason": "delete tag meta success" } |
In this sample, tag contains sensor1, sensor2, so if that not contains then result should be different
|
|
|
|