Remove Participant
BetaDELETE
/v1/messaging/conversations/{id}/participants/{pid}This endpoint is idempotent. Learn more
Removes a participant from a group conversation.
Only an owner or admin can remove someone, participants cannot be removed from a direct message, and callers cannot remove themselves — leave the conversation instead. Use the remove-agent endpoint for agent participants.
The removed member immediately loses access to the conversation, but their earlier messages stay in the thread and a system event records the removal. Adding them back later reactivates the same membership.
Permissions requiredValues:messaging:update
The role behind your API key or agent must grant every one of these permissions.
idstringConversation ID.
pidstringThe participant to remove (its id from the conversation's participants, not the account user's id).
Responses
200
Successful response for Remove Participant