{"type":"api","title":"Delete Device Backup List","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/a6d9ba0d-8143-3d03-87e8-97847c160b6c","info":{"title":"Device Configuration Backup API","description":"Device Configuration Backup API","version":"1.0.0","contact":{"name":"Crosswork Team,Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/Device Configuration/device-config-backup-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server-ip}:30603/crosswork/config/v1/","description":"Generated server url"}]},"spec":{"tags":["Device Backup & Restore API"],"operationId":"deleteDeviceBackupList","parameters":[{"description":"Device Uuid","name":"device_uuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"description":"BackupNameList","type":"object","properties":{"backup_names":{"description":"Backup Names List","type":"array","items":{"type":"string"}}},"$$ref":"#/components/schemas/BackupNameList"},"example":{"backupNamesList":["job1","job2"]}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"},"example":"Deleted backup BackupConfig_10 .104 .120 .41_2025-02-11_11: 28: 43 for device: 42e2 e022-69 ee-4 c96-8 a66-1 dc7cf0f4381"}}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"method":"delete","path":"/config-backup/{device_uuid}"}}