Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Paste code macro
languagehttp
themeSunburst
DELETE https://api{lake_id}.machlake.com/lakes/{lake_id}/tags
Content-Type: application/json; charset=utf8
x-api-key: {API Key}
 
{
    "tag_name"   : "{name_of_tag}"
}

...

Paste code macro
languagehttp
themeSunburst
DELETE https://apilake01.machlake.com/lakes/lake01/tags
Content-Type: application/json; charset=utf8
x-api-key: {API Key}
 
{
    "tag_name"   : "newtag02"
}

...