This API deletes non-standard scoring types. The deleted_non_standard_scoring_type_ids
field can be used to delete non-standard scoring types.
Note: This endpoint only allows OAuth 2.0 authentication and requires the user to be a director of the race series. It is currently in beta and subject to change.
{ "deleted_non_standard_scoring_type_ids": [675, 123, 478] }
{ "deleted_non_standard_scoring_type_ids": [675, 123, 478] }
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
Authorization Required |
HTTP Header | OAuth 2.0 Authorization header (e.g. `Bearer ...`). | string |
|
race_series_id Required |
GET | Race series ID. | uint |
|
race_series_year_id Required |
GET | Race series year ID. | uint |
|
request Required |
POST | JSON containing a list of non-standard scoring types to delete. | string |