pub async fn delete_competition(
__arg0: State<AdminState>,
__arg1: Path<i64>,
) -> Result<impl IntoResponse, ApiError>Expand description
Delete competition.
pub async fn delete_competition(
__arg0: State<AdminState>,
__arg1: Path<i64>,
) -> Result<impl IntoResponse, ApiError>Delete competition.