{"type":"api","title":"Delete Given Device Backup","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":"deleteGivenDeviceBackup","parameters":[{"description":"Device Uuid","name":"device_uuid","in":"path","required":true,"schema":{"type":"string"}},{"description":"Name","name":"name","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"},"example":"Deleted backup Initial_Versionfor device: 80a377ec-f03b-45b7-8670-f7db71e99ca2"}}},"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}/{name}"}}