Skip to main content
DELETE
/
tags
/
{tagId}
/
values
/
{correlationId}
Remove a tag from a resource
curl --request DELETE \
  --url https://api.altostrat.io/tags/{tagId}/values/{correlationId} \
  --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.

correlationId
string
required

The unique identifier of the resource being tagged or referenced.

Response

The tag was removed successfully.