Unban guild member. Requires ban_members permission. Removes ban and allows user to rejoin the guild.
curl --request DELETE \
--url https://api.fluxer.app/v1/guilds/{guild_id}/bans/{user_id} \
--header 'Authorization: <api-key>'{
"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.
Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
The ID of the guild
^(0|[1-9][0-9]*)$The ID of the user
^(0|[1-9][0-9]*)$No Content
curl --request DELETE \
--url https://api.fluxer.app/v1/guilds/{guild_id}/bans/{user_id} \
--header 'Authorization: <api-key>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}