challenge-api
challenge-api copied to clipboard
Add support to delete a challenge
trafficstars
Since we now support challenges with only { status: 'New', name, projectId }, it would be a good idea to have a way to delete a challenge so we don't end up with a ton of half-baked challenges.
This could be:
- a
DELETE /challenges/:uuidendpoint - a processor that will automatically expire
Newchallenges after last modified > 30 days - both?