DELETE /evaluation/{evalId}/round/{roundId}
Delete an existing EvaluationRound to associate with a Evaluation. You must have UPDATE permissions for the associated Evaluation in order to delete an EvaluationRound. This is a replacement for the deprecated SubmissionQuota which is a property inside of Evaluation. EvaluationRounds define a fixed time period during which submissions to an Evaluation queue are accepted. Limits to the number of allowed submissions may be defined inside a EvaluationRound.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/round/{roundId}
Resource URL Variables
| {evalId} | |
| {roundId} |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | DELETE |
| Request Object | None |
| Response Object | None |