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

Authorizations

Authorization
string
header
required

A bearer token is required for all API requests.

Path Parameters

tagId
string
required

The unique identifier for the tag definition.

Response

The tag definition was deleted successfully.