pvarki / python-rasenmaeher-api

1 stars 0 forks source link

Add delete logic to route : DELETE /enrollment/invitecode/ #71

Open karppo opened 10 months ago

karppo commented 10 months ago

DELETE /enrollment/invitecode/ route is missing the actual stuff it's supposed to do. Add delete logic to it.

It is currently returning 200 without actually removing the invite code. It was left as TODO.