Skip to main content
DELETE
/
devices
/
tags
/
{tagId}
Delete tag
curl --request DELETE \
  --url https://dashboard.hologram.io/api/1/devices/tags/{tagId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.

Path Parameters

tagId
integer
required

ID of the device tag

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true