DELETE api/catGeneros/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
catGenero| Name | Description | Type | Additional information |
|---|---|---|---|
| idGenero | globally unique identifier |
None. |
|
| codGenero | string |
None. |
|
| nomGenero | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idGenero": "a5781557-6ee7-4141-8a42-b33b953b9a21",
"codGenero": "sample string 2",
"nomGenero": "sample string 3"
}