DELETE api/UltraCongeladoras/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
UltraCongeladora| Name | Description | Type | Additional information | 
|---|---|---|---|
| idUltracongeladora | integer | None. | |
| nombre | string | Required String length: inclusive between 0 and 100 | |
| borrado | date | Data type: DateTime | |
| idDivision | integer | None. | |
| UltraCongeladoraMapa | Collection of UltraCongeladoraMapa | None. | |
| TDivision | TDivision | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "idUltracongeladora": 1,
  "nombre": "sample string 2",
  "borrado": "2025-10-30T03:17:27.6948189+00:00",
  "idDivision": 1,
  "TDivision": {
    "idDivision": 1,
    "division": "sample string 2",
    "descripcion": "sample string 3",
    "activo": true
  }
}
        application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.