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. |
Response Formats
application/json, text/json
Sample:
{
"IdCompetition": 1,
"IdAthlete": 1,
"IdMarathon": 1
}