# API: Proxmox Delete VM Template
# proxmoxDeleteUserVmTemplate
Remove user VM template
# Required parameters
| Parameter | Description |
|---|---|
id | Account Id |
templateid | Template ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxDeleteUserVmTemplate&id=ID&templateid=TEMPLATEID
# PHP Samples
# Response
{
"success": true,
"templateid": "59",
"info": [
"Removed template"
],
"call": "proxmoxDeleteUserVmTemplate",
"server_time": 1769936194
}