You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If a user is owner of a submission and submission is not on the leaderboard, user can delete the submission using the delete API
203
-
- If a user is either super user or admin of the competition of the submission, user can delete the submission
204
202
- If user is neither owner nor admin, user cannot delete the submission
203
+
- If a user is not admin and is owner of a submission and submission is on the leaderboard, user cannot delete the submission
204
+
- In rest of the cases i.e. user is admin/super user or user is owner of the submisison and submission is not on the leaderboard, user can delete the submisison
0 commit comments