...
Paste code macro |
---|
language | http |
---|
theme | Sunburst |
---|
|
DELETE
https://${CloudVendor}.${CountryCode}.machlake.com/v1/lakes/${lake_id}/tags
Content-Type: application/json; charset=utf8
x-api-key: {API Key}
|
...
Paste code macro |
---|
language | http |
---|
theme | Sunburst |
---|
|
DELETE
https://aws1.us.machlake.com/v1/lakes/xbacd1234/tags?name=newtag02
Content-Type: application/json; charset=utf8
x-api-key: {API Key} |
...
Paste code macro |
---|
language | json |
---|
theme | Sunburst |
---|
|
Status 200
{
"statussuccess": "success"true,
"datareason": {}"delete tag meta success"
} |
Sample Code
In this sample, tag contains sensor1, sensor2, so if that not contains then result should be different
...