cURL
curl --request POST \ --url https://controller.platform.simplecloud.app/v0/players/kick \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "message": "Kick request sent", "player_id": "069a79f4-44e9-4726-a5be-fca90e38aaf5", "success": true }
Kick a player from the network
Network ID
Network Secret
Player UUID
Kick reason
The body is of type object.
object
OK
Response for kicking a player
"Kick request sent"
"069a79f4-44e9-4726-a5be-fca90e38aaf5"
true
Was this page helpful?