Shuts down and unloads a guild from the gateway. Guild data remains in database. Used for emergency resource cleanup. Logged to audit log. Requires GUILD_SHUTDOWN permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/guilds/shutdown \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_id": "<string>"
}
'{
"success": true
}curl --request POST \
--url https://api.fluxer.app/v1/admin/guilds/shutdown \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_id": "<string>"
}
'{
"success": true
}