note

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.

HTTP Request

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

Parameters

no parameters

Request Example

DELETE https://lake01.machlake.com/lakes/tags
Content-Type: application/json; charset=utf8
x-api-key: {API Key}
 
{
    "name"   : "newtag02"
}

Response Example

Status 200

{
    "status": "success",
    "data": {}
}