Backups
Delete backup
Permanently delete a backup.
delete/api/v1/backups/{id}
Path parameters
idstring uuid required
Backup ID (UUID)
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
Backup deleted
Example response
{
"success": true,
"message": "Operation completed successfully"
}