Delete Backup
This will delete the backup file package specified, from the backups directory in the transfer share.
Request
            
                URI
                    
                                DELETE                            
                            https://{api_host}/api/1.0.0/backups/{backup-name}
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                backup-name            
                            Required
            
            
        File name of the backup package to be deleted from the transfer share. For example: backup-2021-07-13T215410+0000.zip
Responses
                        
                200            
            
        OK
Operation doesn't return any data structure
            
            
                    
                400            
            
        BAD REQUEST
Operation doesn't return any data structure
            
            
                    
                404            
            
        NOT FOUND
Operation doesn't return any data structure
            
            
                    Code Samples
                    COPY
                                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/1.0.0/backups/{backup-name}
                
            Availability
                    Added in 36.2
        
        
        
            Backup Operations
        
                    
                        
                        
                            
                                    GET                                
                                
                                        Query Backup List                                    
                                
                                    POST                                
                                
                                        Create Backup                                    
                                
                                    GET                                
                                
                                        Get Backup Info                                    
                                
                                    DELETE                                
                                
                                        Delete Backup                                    
                                
                                    POST                                
                                
                                        Restore Primary Backup