issues
search
stelynx
/
insanichess
A game that tests your skill and battle tactics like nothing else 🧠🧐🚀
https://insanichess.com
Apache License 2.0
3
stars
1
forks
source link
IC-37: Add endpoint for cancelling challenge
#64
Closed
campovski
closed
2 years ago
campovski
commented
2 years ago
Endpoint should handle DELETE request and respond with:
500 if internal error
401 if no JWT
400 if challenge id not provided
404 if challenge with provided id does not exist
403 if user id from JWT does not match user that created the challenge
200 if successfully deleted
Endpoint should handle DELETE request and respond with: