Skip to main content
DELETE
/
radius
/
tags
/
{tagId}
Delete a Tag
curl --request DELETE \
  --url https://api.altostrat.io/radius/tags/{tagId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <token>

Path Parameters

tagId
string
required

The unique identifier for the tag, prefixed with rad_tag_.

Response

The tag was deleted successfully.