cliente/$idCliente
                        
                            
                                | Descrição: | 
                                Exclui um cliente. | 
                            
                            
                                | Formatos: | 
                                xml,json,html | 
                            
                            
                                | Limite de Requisições: | 
                                false | 
                            
                                                            
                                    | Parâmetro(s): | 
                                    $idCliente | 
                                
                                                        
                                | Retorna: | 
                                string | 
                            
                        
                        Código:
                        curl -k --digest -u usuario:senha -X DELETE https://api.kinghost.net/cliente/123
                        
                        Resposta:
                        <?xml version="1.0" encoding="UTF-8"?>
<retorno>
     <status>ok</status>
     <body>Cliente Excluído</body>
</retorno>