DewaVPS

Delete backup file

GET
/instance/{instance_uuid}/backup/{backup_uuid}/delete

Delete a specific backup file from an instance.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid
backup_uuid*string

UUID of the backup file

Formatuuid

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/backup/497f6eca-6276-4993-bfeb-53cbbbba6f08/delete"
{
  "message": "Backup file successfully removed.",
  "data": {
    "backup": "dbd9d221-8e93-4901-bb73-e2d59863aa61"
  }
}