CloudBlast API's
  • Welcome
  • How to get the API Key
  • 🌐API ENDPOINTS
    • /create-server
    • /send-action-server
    • /delete-server
    • /reinstall-server
    • /add-extra-ip
    • /remove-extra-ip
    • /servers/details
    • /servers/all
  • 🆔ID LISTS
    • Plans List
    • Locations List
    • OS List
Powered by GitBook
On this page
  1. API ENDPOINTS

/delete-server

Previous/send-action-serverNext/reinstall-server

Last updated 8 months ago

Delete Server

POST

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."
}
🌐
https://console.cloudblast.io/api/public/delete-server