DELETE /dashboard/service/{id}/vps/snapshots/{name}

Delete snapshot

Delete a specific snapshot.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.
name*
stringpathThe name of the snapshot to delete.

Response

200
403
404
successboolean

Request

curl -X DELETE "https://api.royalehosting.net/dashboard/service/{id}/vps/snapshots/{name}" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "success": true
}