POST /dashboard/service/{id}/dedicated/virtual-media/delete

Delete uploaded ISO

Deletes an uploaded ISO file from the organization's storage.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the dedicated server

Request Body

idstringRequired

The filename of the ISO to delete

Response

200
403
404
successboolean

Request

curl -X POST "https://api.royalehosting.net/dashboard/service/{id}/dedicated/virtual-media/delete" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID" \
  -H "Content-Type: application/json" \
  -d '{}'

Response

{
  "success": true
}