Passer au contenu principal
DELETE
/
v2
/
api
/
conversations
/
items
/
{id}
/
tags
/
{tag}
Remove tag
curl --request DELETE \
  --url https://api.withallo.com/v2/api/conversations/items/{id}/tags/{tag} \
  --header 'Authorization: <api-key>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>",
    "retryable": true,
    "request_id": "<string>",
    "retry_after_seconds": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://help.withallo.com/llms.txt

Use this file to discover all available pages before exploring further.

Scope requis : TAGS_WRITE

Comportement

Supprimer un tag qui n’existe pas sur l’element retourne une erreur 404 avec le code TAG_NOT_FOUND.

Idempotence

Cet endpoint prend en charge l’en-tete Idempotency-Key. Si une requete reussit et que vous la renvoyez avec la meme cle, la reponse stockee est retournee sans re-executer l’operation. Voir Idempotence.

Autorisations

Authorization
string
header
requis

Paramètres de chemin

id
string
requis

Call ID (cll-*)

Exemple:

"cll-abc123"

tag
string
requis

Tag key to remove

Exemple:

"qualified"

Réponse

Tag removed successfully