Delete backup file
Delete a specific backup file from an instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidbackup_uuid*string
UUID of the backup file
Format
uuidResponse 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"
}
}