Vai al contenuto principale
DELETE
/
tags
/
{tagId}
/
values
/
{correlationId}
Rimuovi un tag da una risorsa
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

Un token bearer è richiesto per tutte le richieste API.

Path Parameters

tagId
string
required

L'identificatore univoco per la definizione del tag.

correlationId
string
required

L'identificatore univoco della risorsa taggata o referenziata.

Response

Il tag è stato rimosso con successo.