Delete Judge Connection
DELETE/judges/:judge_id
Delete a judge connection.
Run-level selection now persists only the connection reference in a run's
run_config; per-metric selection will add another reference once it lands.
Delete is not yet guarded against those references — add an in-use guard here
(mirror suts.py's delete_connection 409) so a connection used by a run
cannot be silently removed.
Request
Responses
- 204
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error