remove_thread_member
Remove a user from a Discord thread by specifying server, thread, and user IDs. This tool manages thread membership in Discord servers.
Instructions
Remove a member from a thread
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | Yes | The ID of the server (guild) | |
| threadId | Yes | The ID of the thread | |
| userId | Yes | The ID of the user to remove |