API Version: 1.0.0 (30-Dec-2024)
Last updated 1 month ago
Destroy the VPS
VPS UUID that need to be considered for filter
Successful operation
const response = await fetch('https://api.cloud.onidel.com/vm/{vm_id}', { method: 'DELETE', headers: {}, }); const data = await response.json();