Skip to main content

POST server/delete

Delete an existing server.

Note

This is a privileged endpoint. Only authorised queries will be processed.

Parameters

actioningUser string
User initiating the action.

serverId integer
The ID of the server to delete.

Examples

{
"serverId": 2
}

Response

{
"success": true,
"message": "Deletion of server with id 2 has been successful"
}

The minecraft server with id 2 has been deleted.