_WIP/SportLocations/Update/Remove/main.go

Summary

Maintainability
A
0 mins
Test Coverage
package Remove

// This function takes a sport and removes its directory and data in the json file
/* PARAMS:
@Sport string compulsory (soccer...)
@Category bool compulsory (rec/grade)
@ageCategory string optional
@Team string optional (A...) - disallowed if ageCategory is not provided
*/

// Handler for delete requests