curl --request DELETE \
--url https://dashboard.hologram.io/api/1/devices/tags/{tagId} \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}Deletes a tag. If the tag is associated with any SIMs, the tag is removed from those SIMs.
curl --request DELETE \
--url https://dashboard.hologram.io/api/1/devices/tags/{tagId} \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
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.
Single tag ID.
101
OK
Whether the request was successful or not
true
Was this page helpful?