Remove a specific tag from a VPS server. This helps organize and manage your servers. The API returns the server ID and the name of the removed tag, useful for confirmation or subsequent logging.
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/server-tags curl -X DELETE "https://cloud.hostup.se/api/server-tags" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"serverId": "string",
"tagName": "string"
}
}