delete Challenge
abstract fun deleteChallenge(@NotNull prefix: @NotNull String, @NotNull id: @NotNull String)(source)
Deletes a challenge from the database
Parameters
table Prefix
the prefix, if any, to use
id
the challenge id to delete. The id cannot be null.
Throws
if an I/O error occurs while deleting the challenge