cURL
curl --request DELETE \ --url http://localhost:8091/api/servers/{serverID}/channels/{channelID}/members/{userID} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Removes a specific user from the channel. Requires owner or admin role on the server.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Channel ID
ID of the user to remove
Member removed