DELETE api/catNivelEducativos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
catNivelEducativo| Name | Description | Type | Additional information |
|---|---|---|---|
| idNivelEducativo | globally unique identifier |
None. |
|
| codNivelEducativo | string |
None. |
|
| nomNivelEducativo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idNivelEducativo": "7454beb6-1507-4494-b7fa-bfd13a72f2b2",
"codNivelEducativo": "sample string 2",
"nomNivelEducativo": "sample string 3"
}