Remove tag
Tags
Remove tag
Remove a tag from a conversation item.
DELETE
Remove tag
Required scope:
TAGS_WRITEBehavior
Removing a tag that doesn’t exist on the item returns a404 error with code TAG_NOT_FOUND.
Idempotency
This endpoint supports theIdempotency-Key header. If a request succeeds and you retry with the same key, the stored response is returned without re-executing the operation. See Idempotency.