Remove Group Members
View All Telegram Messaging API APIs →Remove one or more users from a group or channel. Send a JSON body with participants (an array of peer strings resolving to users, e.g. ["@alice"]). Returns how many were removed. Requires the appropriate admin rights in the group or channel.
API Features
Bulk remove Remove several members in one request via the participants array
Removed count Confirms exactly how many members were removed
Groups and channels Works for basic groups, supergroups, and channels
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 100 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page. Dashboard →
DELETE
/api/project/telegram-messaging/remove-participants API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Moderate a community by removing rule-breakers
- Prune churned customers from a paid group
- Automate offboarding when a subscription ends