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

KeyDatatypeRequiredDescription
**{{id}} - field to be updated in the variable or URL above**stringAsset ID found in the Kenna Platform URL when the asset is selected

Request Body

{"asset"=>{"tags"=>["123", "https"]}}