cURL
curl --request DELETE \ --url https://api.example.com/api/v1/chat/threads/{thread_id}/participants/{user_id}
Remove a participant from a thread.
can_manage_participants
curl -X DELETE https://api.ama2.me/api/v1/chat/threads/{thread_id}/participants/{user_id} \ -H "Authorization: Bearer YOUR_JWT_TOKEN"
{ "status": "ok" }