v1Resources/Data/deleteDelete an asset tag
Delete an asset tag
Deletes an asset tag. This does not delete the assets it was attached to. assetsUntagged in the response says how many were untagged.
delete
media:write/api/v1/tags/{id}Query parameters
idstringrequired
ID of the asset tag to delete.
Response
dataobjectoptional
assetsUntaggednumberoptional
Number of assets that had this tag — all of them lost the assignment when the tag was deleted.
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
delete/api/v1/tags/{id}
Your API key
id *
{
"data": {
"assetsUntagged": 5
}
}