Delete Program Results

The Delete Program Results method allows an individual result to be deleted by result_id.

🚧

Deleting All Results For A Program

Often it is required to delete all results for a program. To achieve this send the DELETE request to /events/:event_id/programs/:prog_id/results which will remove all program results for the corresponding :prog_id which will return an array of deleted result_ids.

Language
Click Try It! to start a request and see the response here!