Vai al contenuto principale
DELETE
/
tags
/
{tagId}
Elimina una definizione di tag
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

Un token bearer è richiesto per tutte le richieste API.

Path Parameters

tagId
string
required

L'identificatore univoco per la definizione del tag.

Response

La definizione del tag è stata eliminata con successo.