Skip to main content
DELETE
Remove tag from participant
Removes a single tag from a participant. The tag name is passed as a path parameter. If the tag does not exist on the participant, the call is a no-op. Returns 204 No Content on success.
For usage patterns and examples, see the State Management guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Participant ID

tag
string
required

Tag to remove

Response

Tag removed