Untag an Asset
DELETE https://{{API_URL}}/assets/{{id}}/tags
Update a single asset by ID removing given tags or tag. Supports either an array of tags, each tag wrapped in single or double quotes, or a single string with a comma separator.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
**{{id}} - field to be updated in the variable or URL above** | string | Asset ID found in the Kenna Platform URL when the asset is selected |
Request Body
{"asset"=>{"tags"=>["123", "https"]}}