Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

지정한 tag정보와 등록된 모든 데이터를 삭제한다. Tag_name 매개변수는 반드시 지정해야 한다.

HTTP Request

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

Parameters

no parameters

Request Example

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

Response Example

Status 200

{
    "status": "success",
    "data": {}
}
  • No labels