challenge-api icon indicating copy to clipboard operation
challenge-api copied to clipboard

Add support to delete a challenge

Open ThomasKranitsas opened this issue 4 years ago • 0 comments

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/:uuid endpoint
  • a processor that will automatically expire New challenges after last modified > 30 days
  • both?

ThomasKranitsas avatar Apr 28 '20 17:04 ThomasKranitsas