Skip to main content
DELETE
cURL

Authorizations

Personal access token from Pingmee Settings → Developer Tools

x-api-key
string
header
required

Business API key from Pingmee Settings → Developer Tools

Path Parameters

id
string
required

Conversation participants identifiers (participantsIdentifiers). Must be URL-encoded when used in the path (for example, encode # as %23).

Body

application/json
tagIds
string[]
required

Tag IDs to assign (POST) or remove (DELETE) from the conversation

Minimum array length: 1

Response

Per-tag removal results; errors lists tag IDs that failed

errors
string[]
required

Human-readable messages for tags that failed to remove; empty when all succeeded

Last modified on August 18, 2026