DELETE api/Competitions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Competition| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCompetition | integer |
None. |
|
| IdAthlete | integer |
None. |
|
| IdMarathon | integer |
None. |
|
| Athlete | Athlete |
None. |
|
| Marathon | Marathon |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdCompetition": 1,
"IdAthlete": 1,
"IdMarathon": 1,
"Athlete": {
"IdAthlete": 1,
"Surname": "sample string 2",
"Name": "sample string 3",
"Patronymic": "sample string 4",
"Login": "sample string 5",
"Pass": "sample string 6",
"Gender": "sample string 7",
"BDay": "2026-01-31T11:35:13.6790133-06:00",
"Country": "sample string 8"
},
"Marathon": {
"IdMarathon": 1,
"NameMarathon": "sample string 2"
}
}