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://{lake_id}.machlake.com/lakes/tags Content-Type: application/json; charset=utf8 x-api-key: {API Key} { "name" : "{name_of_tag}" } |
no parameters
DELETE https://lake01.machlake.com/lakes/tags Content-Type: application/json; charset=utf8 x-api-key: {API Key} { "name" : "newtag02" } |
Status 200 { "status": "success", "data": {} } |