DELETE api/Menus/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Menu| Name | Description | Type | Additional information |
|---|---|---|---|
| idMenu | integer |
None. |
|
| menu1 | string |
Required String length: inclusive between 0 and 100 |
|
| fechaModificacion | date |
Data type: DateTime |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 50 |
|
| borrado | date |
Data type: DateTime |
|
| Path | Collection of Path |
None. |
Response Formats
application/json, text/json
Sample:
{
"idMenu": 1,
"menu1": "sample string 2",
"fechaModificacion": "2025-10-30T03:00:48.6634602+00:00",
"usuarioModificacion": "sample string 3",
"borrado": "2025-10-30T03:00:48.6634602+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.