DELETE api/Clientes_Ecuesta/DeleteClientes_Ecuesta?idCliente={idCliente}
Elimina un registro de encuesta de un cliente.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| idCliente | 
                         Id del cliente  | 
                    integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Clientes_Ecuesta| Name | Description | Type | Additional information | 
|---|---|---|---|
| FK_Clientes_Id | integer | 
                             None.  | 
                |
| Fecha | date | 
                             None.  | 
                |
| Respuesta1 | string | 
                                 String length: inclusive between 0 and 450  | 
                |
| Respuesta2 | string | 
                                 String length: inclusive between 0 and 450  | 
                |
| Respuesta3 | string | 
                                 String length: inclusive between 0 and 450  | 
                |
| Respuesta4 | string | 
                                 String length: inclusive between 0 and 450  | 
                |
| Respuesta5 | string | 
                                 String length: inclusive between 0 and 450  | 
                |
| Recomendados | string | 
                                 String length: inclusive between 0 and 450  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "FK_Clientes_Id": 1,
  "Fecha": "2025-11-04T04:05:40.0388961+01:00",
  "Respuesta1": "sample string 3",
  "Respuesta2": "sample string 4",
  "Respuesta3": "sample string 5",
  "Respuesta4": "sample string 6",
  "Respuesta5": "sample string 7",
  "Recomendados": "sample string 8"
}
        application/xml, text/xml
            Sample:
<Clientes_Ecuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <FK_Clientes_Id>1</FK_Clientes_Id> <Fecha>2025-11-04T04:05:40.0388961+01:00</Fecha> <Recomendados>sample string 8</Recomendados> <Respuesta1>sample string 3</Respuesta1> <Respuesta2>sample string 4</Respuesta2> <Respuesta3>sample string 5</Respuesta3> <Respuesta4>sample string 6</Respuesta4> <Respuesta5>sample string 7</Respuesta5> </Clientes_Ecuesta>