siggame / coliselia

Common components & services between ophelia and colisee; note: repo name subject to change
3 stars 1 forks source link

Add Delete User by ID #23

Open russleyshaw opened 7 years ago

russleyshaw commented 7 years ago

DeleteUser

POST /api/v2/user/:id/delete I recommend using POST for this rather than DELETE because for some reason jquery only supports GET and POST.