v1Resources/Locations/deleteDelete a tag
Delete a tag
Deletes an internal tag. This does not delete the locations it was applied to. locationsUnassigned in the response says how many locations lost this tag.
delete
locations:write/api/v1/locations/tags/{id}Query parameters
idstringrequired
ID of the tag to delete.
Response
dataobjectoptional
locationsUnassignednumberoptional
Number of locations 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/locations/tags/{id}
Your API key
id *
{
"data": {
"locationsUnassigned": 3
}
}