Skip to main content
teams.removeChatMember removes a chat member and completes without output.

Example

automations/teams-remove-chat-member.automation.ts

Inputs

Pass { chatId: "chat-id", memberId: "member-id" }. The optional second argument { account } selects a Microsoft binding.

Output

Removes a chat member and completes without output. Microsoft Graph IDs are opaque and should be passed through unchanged.