/delete-server
Delete Server
POST https://console.cloudblast.io/api/public/delete-server
This endpoint allows users to delete an existing virtual private server (VPS) from their Cloudblast account.
Body
Name
Type
Description
authKey
string
Your API Key
server_id
int
The ID of the server to delete
Response
{
"message": "Server deleted.",
}{
"error": "Server not found or does not belong to the authenticated user."
}Last updated