Remove participant from chat room

Removes a participant from a chat room where you have permission to remove participants. Requires owner or admin role in the chat room.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

chat_idstringRequiredformat: "uuid"
Chat Room ID
idstringRequiredformat: "uuid"
Participant ID

Response

Participant Removed
dataobject
A chat room participant

Errors