DELETE api/circuitos/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CIRCUITOS_ASOCIACIONName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CIRCUITO | string |
None. |
|
FECHA_CARGA | date |
None. |
|
FECHA_MODIFICACION | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "circuito": "sample string 2", "fechA_CARGA": "2025-01-07T02:45:57.7640306-04:00", "fechA_MODIFICACION": "2025-01-07T02:45:57.7640306-04:00" }