Temporarily removes a user from a guild. User can rejoin. Logged to audit log. Requires GUILD_KICK_MEMBER permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/guilds/kick-member \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_id": "<string>",
"user_id": "<string>"
}
'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.fluxer.app/v1/admin/guilds/kick-member \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_id": "<string>",
"user_id": "<string>"
}
'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}