Skip to main content
POST
Unassign tags

Authorizations

Authorization
string
header
required

API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.

Body

application/json
entityId
string<uuid>
required

The UUID of the entity to tag.

entityType
enum<string>
required

The type of entity to tag.

Available options:
emailThread,
linkedinConversation
tags
string[]
required

Tags to assign or unassign.

Minimum array length: 1

Response

Tags unassigned successfully