DELETE api/Personas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Persona| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| fecNace | date |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| idEstadoCivil | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| RFC | string |
None. |
|
| idReligion | globally unique identifier |
None. |
|
| catEstadoCivil | catEstadoCivil |
None. |
|
| catGenero | catGenero |
None. |
|
| catLugarNace | catLugarNace |
None. |
|
| catNacionalidad | catNacionalidad |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "9d38b7e6-5ec5-47be-84b7-eb4ee17a0786",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "54c0e484-6185-4e50-a526-a11d5ebb0bc8",
"fecNace": "2026-03-21T01:53:40.1074069-04:00",
"idLugarNace": "e3a26dcc-94cf-4351-8fb4-178fd57116d9",
"idNacionalidad": "ae11252e-3c6c-41aa-9909-0bb33c7a031a",
"idEstadoCivil": "01be6b5e-3473-48e9-8315-c48a08968299",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "6aff1ebc-d09d-4fbc-96ab-58aa4a1f021c",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "0ec60454-ac7a-442e-88ed-9621c04beb38",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "671dfe1d-0df2-4772-b8da-b3754f2292ce",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "ad383772-36c9-40ce-bfac-c0942c5b710b",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "2c726dd9-6b6d-4003-9683-b27e585f2acd",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}